gnome-scan r600 - in trunk: . lib



Author: bersace
Date: Wed May  7 09:18:48 2008
New Revision: 600
URL: http://svn.gnome.org/viewvc/gnome-scan?rev=600&view=rev

Log:
Added config.vapi for binding config.h


Added:
   trunk/config.vapi
Modified:
   trunk/lib/Makefile.am

Added: trunk/config.vapi
==============================================================================
--- (empty file)
+++ trunk/config.vapi	Wed May  7 09:18:48 2008
@@ -0,0 +1,4 @@
+[CCode (cprefix="", lower_case_prefix="", cheader_filename="config.h")]
+namespace Config {
+	public const string GETTEXT_PACKAGE;
+}
\ No newline at end of file

Modified: trunk/lib/Makefile.am
==============================================================================
--- trunk/lib/Makefile.am	(original)
+++ trunk/lib/Makefile.am	Wed May  7 09:18:48 2008
@@ -34,7 +34,7 @@
 	--pkg=glib-2.0	\
 	--pkg=gtk+-2.0	\
 	--pkg=gconf-2.0 \
-	--vapidir=. --pkg=config \
+	--vapidir=$(top_srcdir) --pkg=config \
 	$(NULL)
 
 lib SONAME@_la_SOURCES = \



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