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 e377e06..7d8acf1 100644
--- a/setup/Makefile.am
+++ b/setup/Makefile.am
@@ -57,6 +57,7 @@ EXTRA_DIST = \
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|\@pkgdatadir\@|$(pkgdatadir)|g" \
$< > $@