summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2008-07-26 20:26:56 +0000
committerColin Walters <walters@src.gnome.org>2008-07-26 20:26:56 +0000
commit8c20989ef537bdc718f62a41f9524cf34920e31a (patch)
tree769c7f82e549e6bad35be107e6f7d3ad552e6f10
parent02dedb3c0d73496278513a8847ecb3150868e4cf (diff)
downloadgobject-introspection-8c20989ef537bdc718f62a41f9524cf34920e31a.tar.gz
Install g-idl-compiler and g-idl-generate to go along with how we're
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. svn path=/trunk/; revision=297
-rw-r--r--ChangeLog7
-rw-r--r--gobject-introspection-1.0.pc.in7
-rw-r--r--tools/Makefile.am2
3 files changed, 12 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index b54a6527..78eb372a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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.
+
2008-07-24 Colin Walters <walters@verbum.org>
* girepository/girepository.c (g_irepository_register): Add
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
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 8e0f002a..6ebfc382 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -8,7 +8,7 @@ INCLUDES = \
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 = \