Enlightenment CVS committal

Author  : mej
Project : e17
Module  : libs/imlib2

Dir     : e17/libs/imlib2/test


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/test/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- Makefile.am 8 May 2001 20:29:16 -0000       1.7
+++ Makefile.am 31 Mar 2003 20:23:19 -0000      1.8
@@ -14,21 +14,20 @@
 bin_PROGRAMS         = imlib2 bumpmaptest imlib2_test polytest color_spaces
 imlib2_SOURCES       = main.c
 imlib2_LDADD         = @DLLDFLAGS@ $(top_builddir)/libltdl/libltdlc.la \
-                        $(x_libs) -lttf -lImlib2 -lm
-                       
+                        $(x_libs) -lttf $(top_builddir)/src/libImlib2.la -lm
+
 bumpmaptest_SOURCES  = bmtest.c
 bumpmaptest_LDADD    = @DLLDFLAGS@ $(top_builddir)/libltdl/libltdlc.la \
-                        $(x_libs) -lttf -lImlib2 -lm
+                        $(x_libs) -lttf $(top_builddir)/src/libImlib2.la -lm
 
 imlib2_test_SOURCES  = imlib2_test.c
 imlib2_test_LDADD    = @DLLDFLAGS@ $(top_builddir)/libltdl/libltdlc.la \
-                        $(x_libs) -lttf -lImlib2 -lm
+                        $(x_libs) -lttf $(top_builddir)/src/libImlib2.la -lm
 
 polytest_SOURCES     = polytest.c
 polytest_LDADD       = @DLLDFLAGS@ $(top_builddir)/libltdl/libltdlc.la \
-                        $(x_libs) -lttf -lImlib2 -lm
+                        $(x_libs) -lttf $(top_builddir)/src/libImlib2.la -lm
 
 color_spaces_SOURCES = color_spaces.c
 color_spaces_LDADD   = @DLLDFLAGS@ $(top_builddir)/libltdl/libltdlc.la \
-                        $(x_libs) -lttf -lImlib2 -lm
-
+                        $(x_libs) -lttf $(top_builddir)/src/libImlib2.la -lm




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