Browse Source

Remove configure as part of maintainer-clean instead of distclean. Addresses issue #48.

tags/json-c-0.11-20130402
Eric Haszlakiewicz 13 years ago
parent
commit
7a4506d6df
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      Makefile.am

+ 4
- 1
Makefile.am View File

@@ -58,7 +58,10 @@ libjson_c_la_SOURCES = \

distclean-local:
-rm -rf $(testsubdir)
-rm -rf config.h.in~ Makefile.in aclocal.m4 autom4te.cache/ config.guess config.sub configure depcomp install-sh ltmain.sh missing
-rm -rf config.h.in~ Makefile.in aclocal.m4 autom4te.cache/ config.guess config.sub depcomp install-sh ltmain.sh missing

maintainer-clean-local:
-rm -rf configure

if ENABLE_OLDNAME_COMPAT
install-data-hook:


Loading…
Cancel
Save