From 8c20989ef537bdc718f62a41f9524cf34920e31a Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sat, 26 Jul 2008 20:26:56 +0000 Subject: Install g-idl-compiler and g-idl-generate to go along with how we're 2008-07-26 Colin Walters * 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. svn path=/trunk/; revision=297 --- gobject-introspection-1.0.pc.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'gobject-introspection-1.0.pc.in') diff --git a/gobject-introspection-1.0.pc.in b/gobject-introspection-1.0.pc.in index 34cee304..ab88442f 100644 --- a/gobject-introspection-1.0.pc.in +++ b/gobject-introspection-1.0.pc.in @@ -10,9 +10,10 @@ girdir=${prefix}/share/gir # 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 -- cgit v1.2.1