[cairo-commit] roadster/src Makefile.am,1.8,1.9

Nathan Fredrickson commit at pdx.freedesktop.org
Wed Mar 2 13:28:57 PST 2005


Committed by: nrf

Update of /cvs/cairo/roadster/src
In directory gabe:/tmp/cvs-serv32392/src

Modified Files:
	Makefile.am 
Log Message:
    * src/Makefile.am:
    * configure.ac: Check separately for libsvg and continue if not found. Define HAVE_LIBSVG if present.


Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/roadster/src/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Makefile.am	1 Mar 2005 19:48:21 -0000	1.8
+++ Makefile.am	2 Mar 2005 21:28:55 -0000	1.9
@@ -9,6 +9,7 @@
 	-I. \
 	$(GNOME_CFLAGS) \
 	$(CAIRO_CFLAGS) \
+	$(LIBSVG_CFLAGS) \
 	$(MYSQL_CFLAGS) \
 	$(GPSD_CFLAGS) \
 	$(ROADSTER_DISABLE_DEPRECATED) \
@@ -47,6 +48,7 @@
 roadster_LDADD = \
 	$(GNOME_LIBS) \
 	$(CAIRO_LIBS) \
+	$(LIBSVG_LIBS) \
 	$(MYSQL_LIBS) \
 	$(GPSD_LIBS) \
 	$(NULL)




More information about the cairo-commit mailing list