summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2016-01-23 15:59:32 (EST)
committer P. J. McDermott <pj@pehjota.net>2016-01-23 15:59:32 (EST)
commit65f1a49c356f01ef5614637948d8055f94bb6169 (patch)
treeddcc5ef01de6fe5cc965464946a3a894d24b78b5 /Makefile.am
parentea34b29064fc340584ae6f8fbea582894bbe039e (diff)
Makefile.am: Fix prokit dependencies
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c5e8079..d215c54 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -38,7 +38,7 @@ prokit_SHPPFLAGS = \
-DLOCALEDIR="$(localedir)" \
-DTEXTDOMAIN="$(TEXTDOMAIN)"
prokit_LDADD = $(prokit_SOURCES:.sh=.sho)
-prokit_DEPENDENCIES = version.sh
+EXTRA_prokit_DEPENDENCIES = version.sh
locale_MESSAGES = $(locale_sources:.sh=.ms)