From 51f2aced36cc154b1c6968008e69ab9961407a38 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 3 Apr 2009 02:11:07 +0000 Subject: Shared library versioning svn path=/trunk/dom/; revision=7037 --- bindings/hubbub/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bindings') 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 -- cgit v1.2.3