Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gobject-introspection-1.0.pc.in
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2008-08-22 14:43:41 (GMT)
committer Colin Walters <walters@src.gnome.org>2008-08-22 14:43:41 (GMT)
commit8672c373d12742b6380fbbdf3bf3cbce71c176fa (patch)
treeaf01c58f7346de8c8471b5f9f39b9ae959615434 /gobject-introspection-1.0.pc.in
parentb9dbb255cacfdcb30abe031d17e9ae0bef8d6248 (diff)
Add g-ir-generate. Support $(DEBUG) Do immediate close tags if no
2008-08-22 Colin Walters <walters@verbum.org> * gobject-introspection-1.0.pc.in: Add g-ir-generate. * tests/Makefile.am: Support $(DEBUG) * tools/generate.c: Do immediate close tags if no sub-elements. svn path=/trunk/; revision=448
Diffstat (limited to 'gobject-introspection-1.0.pc.in')
-rw-r--r--gobject-introspection-1.0.pc.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/gobject-introspection-1.0.pc.in b/gobject-introspection-1.0.pc.in
index 2f9c187..6c7b9d3 100644
--- a/gobject-introspection-1.0.pc.in
+++ b/gobject-introspection-1.0.pc.in
@@ -6,12 +6,9 @@ includedir=@includedir@
g_ir_scanner=${bindir}/g-ir-scanner
g_ir_compiler=${bindir}/g-ir-compiler
+g_ir_generate=${bindir}/g-ir-generate
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