summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 654c5f4..ed9b650 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,7 +36,6 @@ SUBDIRS = \
ACLOCAL_AMFLAGS = -I m4
-
EXTRA_DIST = \
autogen.sh \
ibus.spec.in \
@@ -51,6 +50,9 @@ DISTCLEANFILES = \
po/stamp-it \
$(NULL)
+install-data-hook:
+ $(MKDIR_P) $(DESTDIR)${pkgdatadir}/engine
+
rpm: dist @PACKAGE_NAME@.spec
rpmbuild -bb \
--define "_sourcedir `pwd`" \