From 59d42e4810ab1f077043c3f152480a5f5deb0d3f Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 22 Dec 2011 10:22:51 +0000 Subject: Update for current libdom. Has issues. svn path=/trunk/libdom/; revision=13321 --- examples/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/makefile') 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 -- cgit v1.2.3