From 399da01ae4eb5c5e3e9349bacc2063c946c3d4a1 Mon Sep 17 00:00:00 2001 From: Bo Yang Date: Tue, 11 Aug 2009 11:17:23 +0000 Subject: Merge the branches/struggleyb/libdom-remain back to trunk. svn path=/trunk/dom/; revision=9191 --- src/core/Makefile | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'src/core/Makefile') diff --git a/src/core/Makefile b/src/core/Makefile index 9abadad..46cb48d 100644 --- a/src/core/Makefile +++ b/src/core/Makefile @@ -1,8 +1,11 @@ # Sources -DIR_SOURCES := attr.c cdatasection.c characterdata.c comment.c \ - document.c document_type.c doc_fragment.c \ - element.c entity_ref.c implementation.c impllist.c \ - namednodemap.c node.c nodelist.c \ - pi.c string.c text.c +DIR_SOURCES := \ + string.c node.c \ + attr.c characterdata.c element.c \ + implementation.c impllist.c \ + text.c typeinfo.c comment.c \ + namednodemap.c nodelist.c \ + cdatasection.c document_type.c entity_ref.c pi.c \ + doc_fragment.c document.c include build/makefiles/Makefile.subdir -- cgit v1.2.3