summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorfujiwarat <takao.fujiwara1@gmail.com>2016-07-27 11:25:32 +0900
committerfujiwarat <takao.fujiwara1@gmail.com>2016-07-27 11:25:32 +0900
commiteee7a132d686cb8d9c36c632523649745487b503 (patch)
tree79b8be3a62a06566e530ee4b7d856b7b8abdf73e /Makefile.am
parent20068d9d0731b580d6d8218b97c482c0558149dd (diff)
downloadibus-eee7a132d686cb8d9c36c632523649745487b503.tar.gz
Fix make dist
'make dist' has different directories between builddir and srcdir. src/tests/runtest gets the builddir of ibus-memconf from the srcdir of memconf.xml and the builddir of ibus-engine-simple from the srcdir of simple.xml. bindings/pygobject/test-override-ibus.py runs IBus.Keymap.new() and gets the path of keymaps from IBUS_KEYMAP_PATH variable. bindings/vala/ibus-1.0.vapi needs to be cleaned by 'make distclean'. R=shawn.p.huang@gmail.com Review URL: https://codereview.appspot.com/305950043
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 425d1ec2..38515c67 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -90,7 +90,6 @@ install-data-hook:
DISTCHECK_CONFIGURE_FLAGS = \
--enable-gtk-doc \
--disable-schemas-install \
- --disable-introspection \
$(NULL)
dist-hook: