Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/lib


Modified Files:
        Makefile.am 


Log Message:
Function properly with e-build scripts

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/lib/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- Makefile.am 19 Oct 2005 13:51:37 -0000      1.5
+++ Makefile.am 24 Oct 2005 09:13:12 -0000      1.6
@@ -4,19 +4,19 @@
           -DBINDIR=\""$(bindir)"\"
 
 libevfs_la_SOURCES   =                          \
-        ../include/evfs.h                       \
-       ../include/evfs_cleanup.h               \
-       ../include/evfs_commands.h              \
-       ../include/evfs_debug.h                 \
-       ../include/evfs_event_helper.h          \
-       ../include/evfs_io.h                    \
-       ../include/evfs_macros.h                \
-       ../include/evfs_new.h                   \
-       ../include/evfs_plugin.h                \
-       ../include/evfs_server_handle.h         \
+        $(top_srcdir)/src/include/evfs.h                       \
+       $(top_srcdir)/src/include/evfs_cleanup.h                \
+       $(top_srcdir)/src/include/evfs_commands.h               \
+       $(top_srcdir)/src/include/evfs_debug.h                  \
+       $(top_srcdir)/src/include/evfs_event_helper.h           \
+       $(top_srcdir)/src/include/evfs_io.h                     \
+       $(top_srcdir)/src/include/evfs_macros.h         \
+       $(top_srcdir)/src/include/evfs_new.h                    \
+       $(top_srcdir)/src/include/evfs_plugin.h         \
+       $(top_srcdir)/src/include/evfs_server_handle.h          \
        libevfs.c                               \
        evfs_commands.c                         \
-       ../common/evfs_io.c                     \
-       ../common/evfs_cleanup.c
+       $(top_srcdir)/src/common/evfs_io.c                      \
+       $(top_srcdir)/src/common/evfs_cleanup.c
 
 libevfs_la_CFLAGS = -DLIB $(AM_CFLAGS)




-------------------------------------------------------
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