summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--configure.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 6e16253..f05462e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,7 +12,7 @@ man_MANS = croco-config.1
EXTRA_DIST= croco-config.in libcroco.pc libcroco.spec TODO Doxyfile \
HACKING COPYING.LIB COPYING docs/examples/*.c \
-docs/usage.txt tests/test-inputs/*.css \
+docs/usage.txt tests/test-inputs/*.css tests/testctl \
tests/test-output-refs/*.out $(man_MANS)
cleantar:
diff --git a/configure.in b/configure.in
index 2d453d1..49c4dbe 100644
--- a/configure.in
+++ b/configure.in
@@ -253,7 +253,7 @@ dnl *By default compile in debug mode
dnl **********************************
if test "x$GCC" = "xyes" ; then
- CFLAGS="$CFLAGS -g -Wall"
+ CFLAGS="$CFLAGS -Wall"
fi
@@ -262,7 +262,7 @@ dnl*Dodji's environment.
dnl************************
if test "x$LOGNAME" = "xdodji" -a "x$GCC" = "xyes" ; then
- CFLAGS="-g -Wunused -Wimplicit -Wreturn-type -Wswitch \
+ CFLAGS="$CFLAGS -g -Wunused -Wimplicit -Wreturn-type -Wswitch \
-Wcomment -Wtrigraphs -Wformat -Wchar-subscripts \
-Wparentheses -Wpointer-arith -Wcast-align \
-Wwrite-strings -Waggregate-return -Wstrict-prototypes \