From cea9b25f1a6c62cd2ce899cede47001b95cce227 Mon Sep 17 00:00:00 2001 From: Jens Vollinga Date: Fri, 7 Nov 2008 15:11:44 +0100 Subject: [PATCH] Added m4 to EXTRA_DIST to please 'make distcheck'. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e8bec987..4b803f8e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,7 @@ pkgconfig_DATA = ginac.pc $(pkgconfig_DATA): config.status # All the rest of the distributed files -EXTRA_DIST = ginac.pc GiNaC.spec +EXTRA_DIST = ginac.pc GiNaC.spec m4 # Rule to build tar-bzipped distribution package $(PACKAGE)-$(VERSION).tar.gz: dist -- 2.49.0