From: Eric Haszlakiewicz Date: Wed, 12 Feb 2014 04:03:46 +0000 (-0500) Subject: Ignore and cleanup a few more files that automake creates. X-Git-Tag: json-c-0.12-20140410~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=295bea21d0c91c46c484922da4d85801c3be889e;p=thirdparty%2Fjson-c.git Ignore and cleanup a few more files that automake creates. --- diff --git a/.gitignore b/.gitignore index 46446913..d3e748ef 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ /autom4te.cache /config.guess /json_config.h +/compile /config.h /config.log /config.status diff --git a/Makefile.am b/Makefile.am index 8f76acbf..d85d7768 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,6 +47,7 @@ libjson_c_la_SOURCES = \ distclean-local: -rm -rf $(testsubdir) -rm -rf config.h.in~ Makefile.in aclocal.m4 autom4te.cache/ config.guess config.sub depcomp install-sh ltmain.sh missing + -rm -f INSTALL test-driver tests/Makefile.in compile maintainer-clean-local: -rm -rf configure diff --git a/config.h.in b/config.h.in index a912bb0c..e59a5a38 100644 --- a/config.h.in +++ b/config.h.in @@ -1,4 +1,4 @@ -/* config.h.in. Generated from configure.in by autoheader. */ +/* config.h.in. Generated from configure.ac by autoheader. */ /* Define if .gnu.warning accepts long strings. */ #undef HAS_GNU_WARNING_LONG