Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/plugins


Modified Files:
        Makefile.am 


Log Message:
Don't use -no-undefined on plugins, won't build on OS X.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/plugins/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- Makefile.am 17 Oct 2005 10:57:30 -0000      1.6
+++ Makefile.am 23 Oct 2005 03:44:42 -0000      1.7
@@ -26,9 +26,9 @@
 
        
 posix_la_CFLAGS =  @ecore_cflags@
-posix_la_LDFLAGS = -no-undefined -module -avoid-version
-posix_la_LIBADD =  @ecore_libs@
+posix_la_LDFLAGS = -module -avoid-version
+posix_la_LIBADD =  @ecore_libs@ -L$(top_builddir)/src/lib -levfs
 
 samba_la_CFLAGS =  @ecore_cflags@
-samba_la_LDFLAGS = -no-undefined -module -avoid-version -lsmbclient
-samba_la_LIBADD =  @ecore_libs@
+samba_la_LDFLAGS = -module -avoid-version -lsmbclient
+samba_la_LIBADD =  @ecore_libs@ -L$(top_builddir)/src/lib -levfs




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