[cairo-commit] cairo/test Makefile.am,1.3,1.4

Carl Worth commit at pdx.freedesktop.org
Wed Oct 27 11:42:47 PDT 2004


Committed by: cworth

Update of /cvs/cairo/cairo/test
In directory gabe:/tmp/cvs-serv1454/test

Modified Files:
	Makefile.am 
Log Message:

        * test/Makefile.am (AM_LDFLAGS): Fix to always link tests against
        locally built library, not installed version.


Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairo/test/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile.am	27 Oct 2004 17:48:58 -0000	1.3
+++ Makefile.am	27 Oct 2004 18:42:45 -0000	1.4
@@ -31,7 +31,7 @@
 # problem.
 INCLUDES = -D_GNU_SOURCE -I$(srcdir) $(CAIRO_CFLAGS) -I$(srcdir)/../src
 
-AM_LDFLAGS = $(CAIRO_LIBS) -L../src -lcairo
+AM_LDFLAGS = $(CAIRO_LIBS) ../src/libcairo.la
 
 cairo_test_lib =\
 cairo_test.c	\




More information about the cairo-commit mailing list