From: Lucas De Marchi Date: Fri, 2 Dec 2011 19:53:54 +0000 (-0200) Subject: Do not ship autogen.sh in the tarball X-Git-Tag: v1~131 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85ece2042f18fd501c82587a5e46933c455f0a36;p=thirdparty%2Fkmod.git Do not ship autogen.sh in the tarball Copied from libabc. --- diff --git a/Makefile.am b/Makefile.am index eb35adf1..279f3a02 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,5 @@ -EXTRA_DIST = autogen.sh +EXTRA_DIST = +CLEANFILES = ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} AM_MAKEFLAGS = --no-print-directory @@ -17,8 +18,6 @@ AM_LDFLAGS = \ -Wl,--gc-sections \ -Wl,--as-needed -CLEANFILES = - LIBKMOD_CURRENT=0 LIBKMOD_REVISION=0 LIBKMOD_AGE=0