]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
Do not ship autogen.sh in the tarball
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Fri, 2 Dec 2011 19:53:54 +0000 (17:53 -0200)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Fri, 2 Dec 2011 19:54:42 +0000 (17:54 -0200)
Copied from libabc.

Makefile.am

index eb35adf10e48994317f2816c21ce7c9c8dfcd104..279f3a02bd18231c53b5b132bbc0f8efc2e9152e 100644 (file)
@@ -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