Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/imlib2

Dir     : e17/libs/imlib2/src/modules/filters


Modified Files:
        Makefile.am 


Log Message:


link modules back to imlib2 in case they are used in a python extension that
dlopens imlib2.so....

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/imlib2/src/modules/filters/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 2 Nov 2004 03:15:13 -0000       1.2
+++ Makefile.am 13 Feb 2005 04:05:03 -0000      1.3
@@ -12,10 +12,13 @@
 
 testfilter_la_SOURCES = filter_test.c
 testfilter_la_LDFLAGS = -module -avoid-version
+testfilter_la_LIBADD  = $(top_builddir)/src/lib/libImlib2.la
 
 bumpmap_la_SOURCES    = filter_bumpmap.c
 bumpmap_la_LDFLAGS    = -module -avoid-version
+bumpmap_la_LIBADD     = $(top_builddir)/src/lib/libImlib2.la
 
 colormod_la_SOURCES   = filter_colormod.c
 colormod_la_LDFLAGS   = -module -avoid-version
+colormod_la_LIBADD    = $(top_builddir)/src/lib/libImlib2.la
 




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to