From 1daa4134c5058307192b66bd33dabdeff399a9e3 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 15 Apr 2009 11:12:12 +0000 Subject: Fix makefile svn path=/trunk/hubbub/; revision=7086 --- examples/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') 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 -- cgit v1.2.3