Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/plugins


Modified Files:
        Makefile.am 


Log Message:
Function properly with e-build scripts

===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/plugins/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 22 Oct 2005 08:33:33 -0000      1.3
+++ Makefile.am 24 Oct 2005 09:14:13 -0000      1.4
@@ -23,49 +23,49 @@
 
 pkg_LTLIBRARIES                = $(MIME_L) $(THUMBNAILER_L) $(POSIX_L) 
$(LAYOUT_L) $(EWL_LOCAL_ICON_L) $(STRUCTURE_VIEWER_L) $(SYSTEM_THUMBNAILER_L) 
$(ACTION_SIMPLE_L) $(LAYOUT_ETK_L)
 
-ewl_local_icon_la_SOURCES      = ewl_icon_local_viewer.c ../entropy_debug.c
+ewl_local_icon_la_SOURCES      = ewl_icon_local_viewer.c 
$(top_srcdir)/src/entropy_debug.c
 ewl_local_icon_la_CFLAGS       = @ewl_cflags@
 ewl_local_icon_la_LDFLAGS      = -module -avoid-version
 ewl_local_icon_la_LIBADD       = @ewl_libs@
 
-structure_viewer_la_SOURCES    = structure_viewer.c ../entropy_debug.c
+structure_viewer_la_SOURCES    = structure_viewer.c 
$(top_srcdir)/src/entropy_debug.c
 structure_viewer_la_CFLAGS     = @ewl_cflags@
 structure_viewer_la_LDFLAGS    = -module -avoid-version
 structure_viewer_la_LIBADD     = @ewl_libs@
 
-action_simple_la_SOURCES       = action_simple.c ../entropy_debug.c
+action_simple_la_SOURCES       = action_simple.c 
$(top_srcdir)/src/entropy_debug.c
 action_simple_la_CFLAGS        = @ewl_cflags@
 action_simple_la_LDFLAGS       = -module -avoid-version
 action_simple_la_LIBADD        = @ewl_libs@
 
 
-layout_ewl_simple_la_SOURCES   = layout_ewl_simple.c ../entropy_debug.c
+layout_ewl_simple_la_SOURCES   = layout_ewl_simple.c 
$(top_srcdir)/src/entropy_debug.c
 layout_ewl_simple_la_CFLAGS    = @ewl_cflags@
 layout_ewl_simple_la_LDFLAGS   = -module -avoid-version
 layout_ewl_simple_la_LIBADD    = @ewl_libs@
 
-#layout_etk_simple_la_SOURCES  =  layout_etk_simple.c ../entropy_debug.c
+#layout_etk_simple_la_SOURCES  =  layout_etk_simple.c 
$(top_srcdir)/src/entropy_debug.c
 #layout_etk_simple_la_CFLAGS   = @etk_cflags@
 #layout_etk_simple_la_LDFLAGS  = -module -avoid-version
 #layout_etk_simple_la_LIBADD   = @etk_libs@
 
 
-mime_la_SOURCES                = mime.c ../entropy_core.c
+mime_la_SOURCES                = mime.c $(top_srcdir)/src/entropy_core.c
 mime_la_CFLAGS                        = @evfs_cflags@
 mime_la_LDFLAGS                = -module -avoid-version
 
-imlib_thumbnailer_la_SOURCES   = thumbnailer.c thumbnail_generic.c md5.c 
../entropy_debug.c
+imlib_thumbnailer_la_SOURCES   = thumbnailer.c thumbnail_generic.c md5.c 
$(top_srcdir)/src/entropy_debug.c
 imlib_thumbnailer_la_CFLAGS    = @ecore_cflags@
 imlib_thumbnailer_la_LDFLAGS   = -module -avoid-version
 imlib_thumbnailer_la_LIBADD    = @imlib2_libs@ @ecore_libs@ @png_libs@
 
-system_thumbnailer_la_SOURCES  = thumbnail_system.c thumbnail_generic.c 
../entropy_debug.c
+system_thumbnailer_la_SOURCES  = thumbnail_system.c thumbnail_generic.c 
$(top_srcdir)/src/entropy_debug.c
 system_thumbnailer_la_CFLAGS   = @ecore_cflags@
 system_thumbnailer_la_LDFLAGS  = -module -avoid-version
 system_thumbnailer_la_LIBADD   = @ecore_libs@
 
 
-posix_la_SOURCES               = filesystem.c ../entropy_debug.c
+posix_la_SOURCES               = filesystem.c $(top_srcdir)/src/entropy_debug.c
 posix_la_CFLAGS                = @evfs_cflags@
 posix_la_LDFLAGS               = -module -avoid-version
 posix_la_LIBADD                = @evfs_libs@




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to