diff options
author | Colin Walters <walters@verbum.org> | 2008-08-22 14:43:41 +0000 |
---|---|---|
committer | Colin Walters <walters@src.gnome.org> | 2008-08-22 14:43:41 +0000 |
commit | 8672c373d12742b6380fbbdf3bf3cbce71c176fa (patch) | |
tree | af01c58f7346de8c8471b5f9f39b9ae959615434 /gobject-introspection-1.0.pc.in | |
parent | b9dbb255cacfdcb30abe031d17e9ae0bef8d6248 (diff) | |
download | gobject-introspection-8672c373d12742b6380fbbdf3bf3cbce71c176fa.tar.gz |
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.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gobject-introspection-1.0.pc.in b/gobject-introspection-1.0.pc.in index 2f9c1875..6c7b9d34 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 |