From: Ian Abbott Date: Fri, 20 Apr 2012 11:10:01 +0000 (+0100) Subject: Makefile.am: Remove 'debian' from EXTRA_DIST. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=67a83184ad4f8b166a56be2c50a1c8fa676842ea;p=comedilib.git Makefile.am: Remove 'debian' from EXTRA_DIST. The 'debian' target doesn't exist and there is no rule to make it, so remove it from EXTRA_DIST. Signed-off-by: Ian Abbott --- diff --git a/Makefile.am b/Makefile.am index b0b315f..36029da 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,7 @@ pkgconfig_DATA = comedilib.pc ## with automake 1.8, putting the m4 directory in EXTRA_DIST is not needed, and ## causes 'make distcheck' to fail, by way of 'make distdir' failing when builddir != srcdir ## and srcdir is read-only. -EXTRA_DIST = debian comedilib.spec autogen.sh perl +EXTRA_DIST = comedilib.spec autogen.sh perl ACLOCAL_AMFLAGS = -I m4