summaryrefslogtreecommitdiff
path: root/setup/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'setup/Makefile.am')
-rw-r--r--setup/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup/Makefile.am b/setup/Makefile.am
index 8b13a3c..8e1605e 100644
--- a/setup/Makefile.am
+++ b/setup/Makefile.am
@@ -80,6 +80,7 @@ anthyprefs.py: anthyprefs.py.in
sed -e "s|\@ANTHY_ZIPCODE_FILE\@|$(ANTHY_ZIPCODE_FILE)|g" \
-e "s|\@KASUMI_EXEC_FILE\@|$(KASUMI_EXEC_FILE)|g" \
-e "s|\@KASUMI_ICON_FILE\@|$(KASUMI_ICON_FILE)|g" \
+ -e "s|\@ON_OFF_KEYS\@|$(ON_OFF_KEYS)|g" \
-e "s|\@VERSION\@|$(VERSION)|g" \
-e "s|\@pkgdatadir\@|$(pkgdatadir)|g" \
$< > $@