summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorPeng Huang <shawn.p.huang@gmail.com>2009-03-31 11:13:03 +0800
committerPeng Huang <shawn.p.huang@gmail.com>2009-03-31 11:13:03 +0800
commitbff536620bd48884160f0186ee048d98feddf725 (patch)
tree4eb4bbf8ea1c8bfe2e5aac50533427030d0676c5 /data
parent9397b0a70a8b645da67f7aab3d1c113c1b21ecf6 (diff)
downloadibus-master.tar.gz
ibus-master.tar.xz
ibus-master.zip
Fix make distcheck errors.HEADmaster
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 68e52ec..32854e1 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -25,7 +25,7 @@ SUBDIRS = \
schemasdir = $(GCONF_SCHEMA_FILE_DIR)
-schemas_in_files = ibus.schemas
+schemas_in_files = ibus.schemas.in
schemas_DATA = $(schemas_in_files:.schemas.in=.schemas)
@INTLTOOL_SCHEMAS_RULE@
@@ -40,5 +40,9 @@ if GCONF_SCHEMAS_INSTALL
endif
EXTRA_DIST = \
+ $(schemas_in_files) \
+ $(NULL)
+
+DISTCLEANFILES = \
$(schemas_DATA) \
$(NULL)