summaryrefslogtreecommitdiff
path: root/examples/makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2010-11-15 21:46:48 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2010-11-15 21:46:48 +0000
commitdeb36d37e23997aa5352e0a7c2cc99e4a29f0416 (patch)
tree44fffcd280e0396511e9932b01fe9baa11b62bd6 /examples/makefile
parenta3e5a9ca169a8f4d13d82fe2673939a96e56ff62 (diff)
downloadlibhubbub-deb36d37e23997aa5352e0a7c2cc99e4a29f0416.tar.gz
libhubbub-deb36d37e23997aa5352e0a7c2cc99e4a29f0416.tar.bz2
Make example compile
svn path=/trunk/hubbub/; revision=10944
Diffstat (limited to 'examples/makefile')
-rw-r--r--examples/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/makefile b/examples/makefile
index 0f6f51a..8c5d828 100644
--- a/examples/makefile
+++ b/examples/makefile
@@ -1,8 +1,8 @@
CC := gcc
LD := gcc
-CFLAGS := `pkg-config --cflags libhubbub-0` `xml2-config --cflags`
-LDFLAGS := `pkg-config --libs libhubbub-0` `xml2-config --libs`
+CFLAGS := `pkg-config --cflags libhubbub` `xml2-config --cflags`
+LDFLAGS := `pkg-config --libs libhubbub` `xml2-config --libs`
SRC := libxml.c