]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
examples: hello-pascal: Fix 'make dist'.
authorBruno Haible <bruno@clisp.org>
Wed, 17 Oct 2018 22:58:04 +0000 (00:58 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 18 Oct 2018 19:16:58 +0000 (21:16 +0200)
* gettext-tools/examples/hello-pascal/Makefile.am (EXTRA_DIST): Add the source
file.

gettext-tools/examples/hello-pascal/Makefile.am

index 851d495e2391476f27d030b90b3e2412604374de..6b9742df26284369443721dcbaa3cb14bc572245 100644 (file)
@@ -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.