summaryrefslogtreecommitdiff
path: root/sxpm
diff options
context:
space:
mode:
Diffstat (limited to 'sxpm')
-rw-r--r--sxpm/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/sxpm/Makefile.am b/sxpm/Makefile.am
index 0b9771a..7780bd8 100644
--- a/sxpm/Makefile.am
+++ b/sxpm/Makefile.am
@@ -45,8 +45,8 @@ SUFFIXES = .$(APP_MAN_SUFFIX) .man
if USE_GETTEXT
noinst_DATA = sxpm.po
-sxpm.po: $(sxpm_SOURCES)
- xgettext -c"L10N_Comments" -d sxpm -n $(sxpm_SOURCES)
+sxpm.po: $(sxpm_SOURCES:%=$(srcdir)/%)
+ xgettext -c"L10N_Comments" -d sxpm -n $(sxpm_SOURCES:%=$(srcdir)/%)
CLEANFILES += sxpm.po
endif