From 2f716a2a02f5c3728b8721736400fedefda46bc2 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 15 Jul 2008 10:52:13 +0000 Subject: Make tree2 perform reference counting. Fix bits of the treebuilder to perform reference counting correctly in the face of *result not pointing to the same object as the node passed in to the treebuilder client callbacks. svn path=/trunk/hubbub/; revision=4666 --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index 72ad345..20aa6ce 100644 --- a/test/Makefile +++ b/test/Makefile @@ -36,7 +36,7 @@ d := $(DIR) CFLAGS := $(CFLAGS) -I$(TOP)/src/ -I$(d) \ `$(PKGCONFIG) $(PKGCONFIGFLAGS) --cflags json` \ -Wno-unused-parameter -LDFLAGS := $(LDFLAGS) `$(PKGCONFIG) $(PKGCONFIGFLAGS) --libs json` +LDFLAGS := $(LDFLAGS) `$(PKGCONFIG) $(PKGCONFIGFLAGS) --libs json` -liconv # Tests TESTS_$(d) := aliases cscodec csdetect dict entities filter hubbub \ -- cgit v1.2.3