diff options
author | Ryan Lortie <desrt@desrt.ca> | 2010-07-27 23:38:45 +0200 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2010-07-27 23:38:45 +0200 |
commit | 66b80a34b4cf0a8801e44ffdac173bbe11bbf1b1 (patch) | |
tree | a8fc7a046213f9515075b10789af9e3a24061c2e /client/Makefile.am | |
parent | 0998bea1649381b8cc22c17d9922b66c5ede2bcd (diff) | |
download | dconf-66b80a34b4cf0a8801e44ffdac173bbe11bbf1b1.tar.gz |
Introspection fixups
I just pushed a patch to gobject-introspection to have the scanner
compilation set an -rpath= if --no-libtool is specified.
Specify --no-libtool here and bump our dependency to the latest
gobject-introspection (not yet released).
Diffstat (limited to 'client/Makefile.am')
-rw-r--r-- | client/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/Makefile.am b/client/Makefile.am index e0e8516..45e7e6f 100644 --- a/client/Makefile.am +++ b/client/Makefile.am @@ -6,6 +6,7 @@ dconf_0_3_gir_INCLUDES = Gio-2.0 dconf_0_3_gir_CFLAGS = $(INCLUDES) dconf_0_3_gir_LIBS = dconf dconf_0_3_gir_FILES = dconf-client.c dconf-client.h +dconf_0_3_gir_SCANNERFLAGS = --no-libtool INTROSPECTION_GIRS = dconf-0.3.gir girdir = $(datadir)/gir-1.0 |