Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/demo


Modified Files:
        Makefile.am 


Log Message:
* Oops - fix a build issue - link against the *correct* libevfs.la

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/demo/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 15 Aug 2005 11:47:09 -0000      1.2
+++ Makefile.am 13 Dec 2005 08:13:52 -0000      1.3
@@ -6,5 +6,5 @@
        evfs_demo.c
 
 
-evfsdemo_LDADD = -L$(top_builddir)/src/lib -levfs @ecore_libs@
+evfsdemo_LDADD = $(top_builddir)/src/lib/libevfs.la @ecore_libs@
 evfsdemo_CFLAGS = @ecore_cflags@




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to