Browse Source

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

json-c-0.10
Eric Haszlakiewicz 13 years ago
parent
commit
e1663d4dfa
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      Makefile.am

+ 4
- 1
Makefile.am View File

@@ -42,5 +42,8 @@ libjson_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


Loading…
Cancel
Save