diff options
author | P. 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) |
commit | 65f1a49c356f01ef5614637948d8055f94bb6169 (patch) | |
tree | ddcc5ef01de6fe5cc965464946a3a894d24b78b5 | |
parent | ea34b29064fc340584ae6f8fbea582894bbe039e (diff) |
Makefile.am: Fix prokit dependencies
-rw-r--r-- | Makefile.am | 2 |
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) |