summaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-04-03 02:11:07 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-04-03 02:11:07 +0000
commit4452251dc144e2126a34981c7daa61cd8157a496 (patch)
treeeb05e4937dbaabb1084e9430a68bb9abb7a825aa /bindings
parentc484af80f5d9f7911b06577f0ed9ac07e9433d4e (diff)
downloadlibdom-4452251dc144e2126a34981c7daa61cd8157a496.tar.gz
libdom-4452251dc144e2126a34981c7daa61cd8157a496.tar.bz2
Shared library versioning
svn path=/trunk/dom/; revision=7037
Diffstat (limited to 'bindings')
-rw-r--r--bindings/hubbub/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/bindings/hubbub/Makefile b/bindings/hubbub/Makefile
index b575e27..eef8ec6 100644
--- a/bindings/hubbub/Makefile
+++ b/bindings/hubbub/Makefile
@@ -5,10 +5,10 @@ ifeq ($(WITH_HUBBUB_BINDING),yes)
# Hubbub
ifneq ($(PKGCONFIG),)
- CFLAGS := $(CFLAGS) $(shell $(PKGCONFIG) libhubbub --cflags)
- LDFLAGS := $(LDFLAGS) $(shell $(PKGCONFIG) libhubbub --libs)
+ CFLAGS := $(CFLAGS) $(shell $(PKGCONFIG) libhubbub-0 --cflags)
+ LDFLAGS := $(LDFLAGS) $(shell $(PKGCONFIG) libhubbub-0 --libs)
else
- LDFLAGS := $(LDFLAGS) -lhubbub -lparserutils
+ LDFLAGS := $(LDFLAGS) -lhubbub0 -lparserutils0
endif
endif