From dbb1511b2cb2e89ab09278e8c624c5050e3ff93d Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Tue, 9 Oct 2012 01:17:48 -0400 Subject: [PATCH] Add rule to remove the created makefile. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index aaebd1c3..08d36a4b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,6 +24,8 @@ EXTRA_DIST= #includes additional rules from aminclude.am @INC_AMINCLUDE@ +DISTCLEANFILES+= aminclude.am + EXTRA_DIST+= ${srcdir}/m4/pandora_*.m4 EXTRA_DIST+= .quickly EXTRA_DIST+= README.FIRST -- 2.30.2