summaryrefslogtreecommitdiff
path: root/examples/makefile
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-12-22 10:22:51 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-12-22 10:22:51 +0000
commitcd25d95c064e96a2f47d5eb20ef37face4cb8923 (patch)
treee35fc32c672d239705ce60d86986c7ccd797109f /examples/makefile
parent16ab2590d4ca3a4d7c9ce72b2ef3f4e62daff4e7 (diff)
downloadlibdom-cd25d95c064e96a2f47d5eb20ef37face4cb8923.tar.gz
libdom-cd25d95c064e96a2f47d5eb20ef37face4cb8923.tar.bz2
Update for current libdom. Has issues.
svn path=/trunk/libdom/; revision=13321
Diffstat (limited to 'examples/makefile')
-rw-r--r--examples/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/makefile b/examples/makefile
index fc315cc..4105989 100644
--- a/examples/makefile
+++ b/examples/makefile
@@ -1,7 +1,7 @@
CC := gcc
LD := gcc
-CFLAGS := `pkg-config --cflags libdom` `pkg-config --cflags libwapcaplet`
+CFLAGS := `pkg-config --cflags libdom` `pkg-config --cflags libwapcaplet` -Wall
LDFLAGS := `pkg-config --libs libdom` `pkg-config --libs libwapcaplet`
SRC := dom-structure-dump.c