summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@src.gnome.org>2003-06-29 16:25:28 +0000
committerDodji Seketeli <dodji@src.gnome.org>2003-06-29 16:25:28 +0000
commit8d398a0d4532dc74b34de6e23557237357ff7a4a (patch)
tree79f7888ae242fa97d7cc499e46a39dc9979ca9d4
parent39b6b5b30de26737ae7e94136489d4bb10528e88 (diff)
downloadlibcroco-8d398a0d4532dc74b34de6e23557237357ff7a4a.tar.gz
*** empty log message ***
-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 \