summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Haszlakiewicz <erh+git@nimenees.com>2014-02-11 23:03:46 -0500
committerEric Haszlakiewicz <erh+git@nimenees.com>2014-02-11 23:03:46 -0500
commit295bea21d0c91c46c484922da4d85801c3be889e (patch)
tree59d25af0af7e251c4782e6a786268bba0be3e0e4
parenta2c078fc6eaf92dfe68d11bc2089e9e7c91f47c0 (diff)
downloadjson-c-295bea21d0c91c46c484922da4d85801c3be889e.tar.gz
Ignore and cleanup a few more files that automake creates.
-rw-r--r--.gitignore1
-rw-r--r--Makefile.am1
-rw-r--r--config.h.in2
3 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 4644691..d3e748e 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 8f76acb..d85d776 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 a912bb0..e59a5a3 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