[cairo-commit] cairo-demo/cairo_snippets Makefile.am, 1.1, 1.2 ChangeLog, 1.27, 1.28

Oeyvind Kolaas commit at pdx.freedesktop.org
Sun Feb 6 14:37:02 PST 2005


Committed by: pippin

Update of /cvs/cairo/cairo-demo/cairo_snippets
In directory gabe:/tmp/cvs-serv19031

Modified Files:
	Makefile.am ChangeLog 
Log Message:
pass correct cflags when compiling the gtkcairo version

Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairo-demo/cairo_snippets/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile.am	1 Feb 2005 22:58:09 -0000	1.1
+++ Makefile.am	6 Feb 2005 22:37:00 -0000	1.2
@@ -21,6 +21,7 @@
 
 cairo_snippets_gtk_SOURCES = $(common_sources) cairo_snippets_gtk.c
 cairo_snippets_gtk_LDADD=@SNIPPETS_LIBS@ @GTKCAIRO_LIBS@
+cairo_snippets_gtk_CFLAGS=@GTKCAIRO_CFLAGS@
 
 cairo_snippets_png_SOURCES = $(common_sources) cairo_snippets_png.c
 cairo_snippets_png_LDADD=@SNIPPETS_LIBS@

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-demo/cairo_snippets/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- ChangeLog	6 Feb 2005 22:26:22 -0000	1.27
+++ ChangeLog	6 Feb 2005 22:37:00 -0000	1.28
@@ -1,5 +1,9 @@
 2005-02-06  Øyvind Kolås  <pippin at freedesktop.org>
 
+	* Makefile.am: added cflags to the cairo_snippets_gtk target.
+
+2005-02-06  Øyvind Kolås  <pippin at freedesktop.org>
+
 	* autogen.sh: added
 
 2005-02-02  Owen Taylor  <otaylor at redhat.com>




More information about the cairo-commit mailing list