From 03407c7afbf6db09e11d4136c38c84ad43788c63 Mon Sep 17 00:00:00 2001 From: Daniel Spiljar Date: Sun, 21 May 2023 12:05:18 +0200 Subject: [PATCH] Correction of Automake macros Fix Automake macros to include the license file and other files and directories in the distribution tarball. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 3334751..47651ec 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,2 +1,2 @@ SUBDIRS = doc src -dist_data_DATA = contrib +EXTRA_DIST = contrib COPYING.md INSTALL.md NEWS.md README.md TODO.md