Enlightenment CVS committal

Author  : technikolor
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/plugins/fx/glow


Modified Files:
        Makefile.am 


Log Message:
These are minor fixes to correct a deficiency in Sun LD, without this addition, the 
linker
can't find the EWL lib to link against.
Tested against Linux/x86, where this addition has no effect, except being redundant.

-benr

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/plugins/fx/glow/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 16 Dec 2001 20:07:07 -0000      1.2
+++ Makefile.am 20 Jan 2003 10:34:11 -0000      1.3
@@ -8,4 +8,4 @@
 
 glow_la_SOURCES        = glow.c
 glow_la_LDFLAGS      = -no-undefined -module -avoid-version
-glow_la_LIBADD = @ebits_libs@ @ecore_libs@ @edb_libs@ @evas_libs@ @ewd_libs@ 
@etox_libs@ -lm
+glow_la_LIBADD = $(top_builddir)/src/libewl.la @ebits_libs@ @ecore_libs@ @edb_libs@ 
+@evas_libs@ @ewd_libs@ @etox_libs@ -lm




-------------------------------------------------------
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to