summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2010-12-18 22:54:49 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2010-12-18 22:54:49 +0100
commitc35dbd0a66f5abede84a4ea966bd765ed6942edb (patch)
tree264ae6bf3da50f35b381a07f8cfc6fa2838de704 /Makefile.am
parent82b83ffa0b69cfd8f81d4b122b9d5c020d68ea46 (diff)
Use configure to detect compiler warning flags
By checking the supported compiler warning flags, different gcc releases are supported without the crude --disable-extra-flags option.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c68544a..aa0d64b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -50,6 +50,6 @@ tidy: distclean modules_clean
rm -rf aclocal.m4 autom4te.cache
rm -rf config.* configure compile depcomp install-sh libtool ltmain.sh
rm -rf Makefile Makefile.in lib/Makefile lib/Makefile.in src/Makefile src/Makefile.in
- rm -rf missing stamp-h1 m4/*
+ rm -rf missing stamp-h1 m4/libtool.m4 m4/lt*.m4
.PHONY: modules modules_instal modules_clean update_includes tests