gobject-introspection r297 - in trunk: . tools



Author: walters
Date: Sat Jul 26 20:26:56 2008
New Revision: 297
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=297&view=rev

Log:
2008-07-26  Colin Walters  <walters verbum org>

	* tools/Makefile.am (bin_PROGRAMS): Install g-idl-compiler
	and g-idl-generate to go along with how we're changing this
	module to be installed.
	* gobject-introspection-1.0.pc.in: Set up Cflags and Libs.



Modified:
   trunk/ChangeLog
   trunk/gobject-introspection-1.0.pc.in
   trunk/tools/Makefile.am

Modified: trunk/gobject-introspection-1.0.pc.in
==============================================================================
--- trunk/gobject-introspection-1.0.pc.in	(original)
+++ trunk/gobject-introspection-1.0.pc.in	Sat Jul 26 20:26:56 2008
@@ -10,9 +10,10 @@
 # FIXME: These needs to be ported to the GIR format first
 # g_idl_generator=${bindir}/g-idl-generator
 # g_idl_compiler=${bindir}/g-idl-compiler
-# Cflags: -I${includedir}/gobject-introspection-1.0
-# Requires: glib-2.0 gobject-2.0 gmodule-2.0 gthread-2.0
-# Libs: -L${libdir} -lgirepository
+
+Cflags: -I${includedir}/gobject-introspection-1.0
+Requires: glib-2.0 gobject-2.0 gmodule-2.0 gthread-2.0
+Libs: -L${libdir} -lgirepository
 
 Name: gobject-introspection
 Description: GObject Introspection

Modified: trunk/tools/Makefile.am
==============================================================================
--- trunk/tools/Makefile.am	(original)
+++ trunk/tools/Makefile.am	Sat Jul 26 20:26:56 2008
@@ -8,7 +8,7 @@
 EXTRA_DIST = g-ir-scanner
 
 noinst_LTLIBRARIES = libgirepository-parser.la
-noinst_PROGRAMS = g-idl-compiler g-idl-generate
+bin_PROGRAMS = g-idl-compiler g-idl-generate
 bin_SCRIPTS = g-ir-scanner
 
 libgirepository_parser_la_SOURCES =		\



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