Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewd

Dir     : e17/libs/ewd/src


Modified Files:
        Makefile.am 


Log Message:
Check for -ldl correctly.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewd/src/Makefile.am,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- Makefile.am 27 Feb 2003 20:39:04 -0000      1.13
+++ Makefile.am 10 Nov 2003 16:39:40 -0000      1.14
@@ -29,5 +29,5 @@
        ewd_path.c \
        ewd_plugin.c
 
-libewd_la_LIBADD = -lm -ldl
+libewd_la_LIBADD = -lm @dlopen_libs@
 libewd_la_LDFLAGS = -version-info 0:0:0




-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to