seed r369 - in trunk/modules: example sqlite



Author: hortont
Date: Sun Nov 30 01:49:35 2008
New Revision: 369
URL: http://svn.gnome.org/viewvc/seed?rev=369&view=rev

Log:
Missed one fix to module building...


Modified:
   trunk/modules/example/Makefile.am
   trunk/modules/sqlite/Makefile.am

Modified: trunk/modules/example/Makefile.am
==============================================================================
--- trunk/modules/example/Makefile.am	(original)
+++ trunk/modules/example/Makefile.am	Sun Nov 30 01:49:35 2008
@@ -10,7 +10,8 @@
 AM_CPPFLAGS = \
 	-I../../libseed/ \
 	`pkg-config --cflags seed` \
-	`pkg-config --cflags glib-2.0` -g
+	`pkg-config --cflags glib-2.0` -g \
+	`pkg-config --cflags gobject-introspection-1.0`
 
 libdir = ${exec_prefix}/lib/seed
 

Modified: trunk/modules/sqlite/Makefile.am
==============================================================================
--- trunk/modules/sqlite/Makefile.am	(original)
+++ trunk/modules/sqlite/Makefile.am	Sun Nov 30 01:49:35 2008
@@ -10,7 +10,8 @@
 AM_CPPFLAGS = \
 	-I../../libseed/ \
 	`pkg-config --cflags seed` \
-	`pkg-config --cflags glib-2.0` -g
+	`pkg-config --cflags glib-2.0` -g \
+	`pkg-config --cflags gobject-introspection-1.0`
 
 libdir = ${exec_prefix}/lib/seed
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]