Enlightenment CVS committal

Author  : mej
Project : e17
Module  : libs/imlib2

Dir     : e17/libs/imlib2/filters


Modified Files:
        Makefile.am 


Log Message:
Mon Mar 31 15:20:43 EST 2003
(KainX)

Finally got around to fixing the build.  Having Imlib2 already installed
should no longer be necessary to build it.

PS:  The next person who breaks this will be in for a severe beating.


===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/imlib2/filters/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 30 May 2000 22:10:00 -0000      1.3
+++ Makefile.am 31 Mar 2003 20:23:16 -0000      1.4
@@ -14,14 +14,14 @@
 pkgdir              = $(libdir)/loaders/filter
 pkg_LTLIBRARIES             = testfilter.la bump_map.la colormod.la
 
-testfilter_la_SOURCES    = filter_test.c
-testfilter_la_LDFLAGS    = -no-undefined -module -avoid-version
-testfilter_la_LIBADD     =
+testfilter_la_SOURCES  = filter_test.c
+testfilter_la_LDFLAGS  = -no-undefined -module -avoid-version -L$(top_builddir)/src
+testfilter_la_LIBADD    =
 
 bump_map_la_SOURCES    = filter_bumpmap.c
-bump_map_la_LDFLAGS    = -no-undefined -module -avoid-version
-bump_map_la_LIBADD     =
+bump_map_la_LDFLAGS    = -no-undefined -module -avoid-version -L$(top_builddir)/src
+bump_map_la_LIBADD      =
 
 colormod_la_SOURCES    = filter_colormod.c
-colormod_la_LDFLAGS    = -no-undefined -module -avoid-version
-colormod_la_LIBADD     =
+colormod_la_LDFLAGS    = -no-undefined -module -avoid-version -L$(top_builddir)/src
+colormod_la_LIBADD      =




-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb: 
Dedicated Hosting for just $79/mo with 500 GB of bandwidth! 
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to