[cairo-commit] cairo/test Makefile.am,1.55,1.56
Owen Taylor
commit at pdx.freedesktop.org
Thu Jun 9 07:26:42 PDT 2005
Committed by: otaylor
Update of /cvs/cairo/cairo/test
In directory gabe:/tmp/cvs-serv21244/test
Modified Files:
Makefile.am
Log Message:
2005-06-09 Owen Taylor <otaylor at redhat.com>
* test/Makefile.am (INCLUDES): Add
-I$(top_builddir)/src for cairo-features.h (Tomasz Cholewo)
Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairo/test/Makefile.am,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- Makefile.am 1 Jun 2005 20:10:57 -0000 1.55
+++ Makefile.am 9 Jun 2005 14:26:40 -0000 1.56
@@ -105,7 +105,12 @@
# not be the most portable approach, but it is pragmatic and I'm
# willing to do something cleaner as soon as it causes someone a
# problem.
-INCLUDES = -D_GNU_SOURCE -I$(srcdir) $(CAIRO_CFLAGS) -I$(top_srcdir)/src
+INCLUDES = \
+ -D_GNU_SOURCE \
+ $(CAIRO_CFLAGS) \
+ -I$(srcdir) \
+ -I$(top_srcdir)/src \
+ -I$(top_builddir)/src
noinst_LTLIBRARIES = libcairotest.la
More information about the cairo-commit
mailing list