* fix 'make distcheck'

This commit is contained in:
djcb 2012-07-20 12:20:46 +03:00
parent 9410a2e2d5
commit 34401b743c
2 changed files with 4 additions and 1 deletions

View File

@ -155,5 +155,6 @@ EXTRA_DIST= \
testdir4/encrypted!2,S \
testdir4/multimime!2,FS \
testdir4/signed!2,S \
testdir4/signed-bad!2,S \
testdir4/signed-encrypted!2,S \
testdir4/special!2,Sabc

View File

@ -53,7 +53,7 @@ BUILT_SOURCES= \
mu-help-strings.h
mu-help-strings.h: mu-help-strings.txt mu-help-strings.awk
$(AWK) -f mu-help-strings.awk < $< > $@
$(AWK) -f ${top_srcdir}/mu/mu-help-strings.awk < $< > $@
mu_LDADD= \
${top_builddir}/lib/libmu.la \
@ -62,3 +62,5 @@ mu_LDADD= \
EXTRA_DIST= \
mu-help-strings.awk \
mu-help-strings.txt
CLEANFILES=$(BUILT_SOURCES)