From 1103f3be1cb7fa43af7a734a998bfe6652ef531e Mon Sep 17 00:00:00 2001 From: Benoit Sigoure Date: Fri, 27 Oct 2006 06:45:18 +0000 Subject: [PATCH] Fix EXTRA_DIST. * Makefile.am (EXTRA_DIST): Fix. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index b6c9cfa..9a064ea 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,6 @@ SUBDIRS = src gui tests EXTRA_DIST = bootstrap # Manually list the files you're using from build-aux here. +# Note: Automake already takes care of the .mk and .m4 files you use. EXTRA_DIST += \ - tests/test.sh \ - build-aux/autotroll.m4 + tests/test.sh -- 2.11.4.GIT