summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2008-09-17 21:43:56 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2008-09-17 21:43:56 +0800
commit3fe32053f9d17ca1bdc3c7c3c6c46c63e5eefe4d (patch)
treea5ff4d38adcc97f3d22605c03fcd60d93b2116cb /util
parent79423852b295eef874c23c63162523db1c36da40 (diff)
downloadibus-3fe32053f9d17ca1bdc3c7c3c6c46c63e5eefe4d.tar.gz
ibus-3fe32053f9d17ca1bdc3c7c3c6c46c63e5eefe4d.tar.xz
ibus-3fe32053f9d17ca1bdc3c7c3c6c46c63e5eefe4d.zip
Do install pygconf files without --enable-pygconf
Diffstat (limited to 'util')
-rw-r--r--util/gconf/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/util/gconf/Makefile.am b/util/gconf/Makefile.am
index 4a57d59..b3f7b74 100644
--- a/util/gconf/Makefile.am
+++ b/util/gconf/Makefile.am
@@ -2,7 +2,9 @@ INCLUDES = $(PYTHON_INCLUDES) $(PYGTK_CFLAGS)
defsdir = $(datadir)/pygtk/2.0/defs
+if IBUS_BUILD_PYGCONF
defs_DATA = gconf.defs
+endif
common_ldflags = -module -avoid-version $(PYTHON_LDFLAGS)
@@ -29,7 +31,10 @@ EXTRA_DIST = gconf.defs gconf.override
gconf.c: gconf.defs gconf.override gconf-arg-types.py
argtypesdir = $(datadir)/pygtk/2.0/argtypes
+
+if IBUS_BUILD_PYGCONF
argtypes_PYTHON = gconf-arg-types.py
+endif
.defs.c:
(cd $(srcdir) \