From acfc9fd1b44f7b72ba66705daf34914940509793 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 10 Jul 2007 21:36:14 +0000 Subject: Add NodeList and string comparison API svn path=/trunk/dom/; revision=3394 --- src/core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/Makefile') diff --git a/src/core/Makefile b/src/core/Makefile index 3924ebb..3245df3 100644 --- a/src/core/Makefile +++ b/src/core/Makefile @@ -22,7 +22,7 @@ CFLAGS += -I$(CURDIR) # Objects -OBJS = attr document node string +OBJS = attr document node nodelist string .PHONY: clean debug distclean export release setup test -- cgit v1.2.3