summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2008-08-23 09:08:50 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2008-08-23 09:08:50 +0800
commitce853e02294d8d432187c2e989e165fe043e1818 (patch)
tree55a1d322e6d9b37af20b94966d8ff5031e24cd2f /Makefile.am
parent0bc1bab541e702d9ce438bd487260275ff8a5e53 (diff)
downloadibus-ce853e02294d8d432187c2e989e165fe043e1818.tar.gz
ibus-ce853e02294d8d432187c2e989e165fe043e1818.tar.xz
ibus-ce853e02294d8d432187c2e989e165fe043e1818.zip
Create engine folder in install-data-hook.0.1.1.20080823
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`" \