From 6b9b7ec69002e062bb48049acdab7e1e7145b0ca Mon Sep 17 00:00:00 2001 From: James Shaw Date: Sat, 22 Sep 2007 23:08:54 +0000 Subject: Extend list implementation, add test-list.c to test some of it. svn path=/trunk/dom/; revision=3573 --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index f543602..2a0c63a 100644 --- a/test/Makefile +++ b/test/Makefile @@ -39,7 +39,7 @@ CFILES = $(addprefix xml/c/, $(notdir $(XMLFILES:.xml=.c))) # Objects XMLOBJS = $(addprefix xml/bin/, $(notdir $(XMLFILES:.xml=))) -OTHEROBJS = binding +OTHEROBJS = binding test-list OBJS = $(OTHEROBJS) $(XMLOBJS) .PHONY: clean debug export release setup test transform -- cgit v1.2.3