From: Bruno Haible Date: Wed, 17 Oct 2018 22:58:04 +0000 (+0200) Subject: examples: hello-pascal: Fix 'make dist'. X-Git-Tag: v0.20~339 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93a56f5d4ffaa0371e02f26f911b970b0e44a610;p=thirdparty%2Fgettext.git examples: hello-pascal: Fix 'make dist'. * gettext-tools/examples/hello-pascal/Makefile.am (EXTRA_DIST): Add the source file. --- diff --git a/gettext-tools/examples/hello-pascal/Makefile.am b/gettext-tools/examples/hello-pascal/Makefile.am index 851d495e2..6b9742df2 100644 --- a/gettext-tools/examples/hello-pascal/Makefile.am +++ b/gettext-tools/examples/hello-pascal/Makefile.am @@ -21,6 +21,10 @@ EXTRA_DIST = autogen.sh autoclean.sh # ---------------- General rules for compiling Pascal programs ---------------- +EXTRA_DIST += $(hello_SOURCES) + +# Rules for compiling Pascal programs. + all-local: hello$(EXEEXT) # How to build the 'hello' program.