summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-04-15 11:12:12 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-04-15 11:12:12 +0000
commit1daa4134c5058307192b66bd33dabdeff399a9e3 (patch)
tree4feb4e8286ba48c9593c25ad616b72df1923b569
parentbfd63663eb8a2af01b56d05b140e0ea08a464397 (diff)
downloadlibhubbub-1daa4134c5058307192b66bd33dabdeff399a9e3.tar.gz
libhubbub-1daa4134c5058307192b66bd33dabdeff399a9e3.tar.bz2
Fix makefile
svn path=/trunk/hubbub/; revision=7086
-rw-r--r--examples/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/makefile b/examples/makefile
index 8c5d828..0f6f51a 100644
--- a/examples/makefile
+++ b/examples/makefile
@@ -1,8 +1,8 @@
CC := gcc
LD := gcc
-CFLAGS := `pkg-config --cflags libhubbub` `xml2-config --cflags`
-LDFLAGS := `pkg-config --libs libhubbub` `xml2-config --libs`
+CFLAGS := `pkg-config --cflags libhubbub-0` `xml2-config --cflags`
+LDFLAGS := `pkg-config --libs libhubbub-0` `xml2-config --libs`
SRC := libxml.c