summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2008-09-17 21:28:16 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2008-09-17 21:28:16 +0800
commit79423852b295eef874c23c63162523db1c36da40 (patch)
treeefbb2b117f9660aa06a3dc8a3edb1268ad903e71
parent869cecf8429101df1bcfd026db5f1ee3feb56673 (diff)
downloadibus-79423852b295eef874c23c63162523db1c36da40.tar.gz
ibus-79423852b295eef874c23c63162523db1c36da40.tar.xz
ibus-79423852b295eef874c23c63162523db1c36da40.zip
Add DISTCHECK_CONFIGURE_FLAGS
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index ed9b650..9d5a8ec 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -53,6 +53,10 @@ DISTCLEANFILES = \
install-data-hook:
$(MKDIR_P) $(DESTDIR)${pkgdatadir}/engine
+DISTCHECK_CONFIGURE_FLAGS = \
+ --enable-pygconf \
+ $(NULL)
+
rpm: dist @PACKAGE_NAME@.spec
rpmbuild -bb \
--define "_sourcedir `pwd`" \