diff options
| author | Huang Peng <shawn.p.huang@gmail.com> | 2008-09-17 21:00:42 +0800 |
|---|---|---|
| committer | Huang Peng <shawn.p.huang@gmail.com> | 2008-09-17 21:00:42 +0800 |
| commit | 869cecf8429101df1bcfd026db5f1ee3feb56673 (patch) | |
| tree | 7adf1dd6b1aee7ad673011dc7513380573951d84 /util | |
| parent | ef96e9fec0699a8107c3f0e91956dd2738ebe46a (diff) | |
| download | ibus-869cecf8429101df1bcfd026db5f1ee3feb56673.tar.gz ibus-869cecf8429101df1bcfd026db5f1ee3feb56673.tar.xz ibus-869cecf8429101df1bcfd026db5f1ee3feb56673.zip | |
Add --enable-pygconf option.
Diffstat (limited to 'util')
| -rw-r--r-- | util/gconf/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/gconf/Makefile.am b/util/gconf/Makefile.am index 8dcea05..4a57d59 100644 --- a/util/gconf/Makefile.am +++ b/util/gconf/Makefile.am @@ -11,7 +11,9 @@ pkgpyexecdir = $(pyexecdir)/gtk-2.0 # gconf binding +if IBUS_BUILD_PYGCONF pkgpyexec_LTLIBRARIES = gconf.la +endif gconf_la_CFLAGS = $(GCONF_CFLAGS) gconf_la_LDFLAGS = $(common_ldflags) -export-symbols-regex initgconf gconf_la_LIBADD = $(PYGTK_LIBS) $(GCONF_LIBS) $(PYTHON_LIBS) |
