From 08c1c12c6dd63eabebd0aa40579149dee6c96f33 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 29 Jun 2012 19:55:31 +0000 Subject: Update to new NSBUILD infrastructure svn path=/trunk/libdom/; revision=14005 --- src/Makefile | 4 +++- src/core/Makefile | 2 +- src/events/Makefile | 2 +- src/html/Makefile | 2 +- src/utils/Makefile | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index 26e4927..41848b1 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1 +1,3 @@ -include build/makefiles/Makefile.subdir +# Src + +include $(NSBUILD)/Makefile.subdir diff --git a/src/core/Makefile b/src/core/Makefile index c9da9c1..41fd51f 100644 --- a/src/core/Makefile +++ b/src/core/Makefile @@ -8,4 +8,4 @@ DIR_SOURCES := \ cdatasection.c document_type.c entity_ref.c pi.c \ doc_fragment.c document.c -include build/makefiles/Makefile.subdir +include $(NSBUILD)/Makefile.subdir diff --git a/src/events/Makefile b/src/events/Makefile index a842e2f..54234b4 100644 --- a/src/events/Makefile +++ b/src/events/Makefile @@ -4,4 +4,4 @@ DIR_SOURCES := event.c dispatch.c event_target.c document_event.c \ text_event.c event_listener.c mouse_event.c mutation_event.c \ ui_event.c mouse_multi_wheel_event.c mutation_name_event.c -include build/makefiles/Makefile.subdir +include $(NSBUILD)/Makefile.subdir diff --git a/src/html/Makefile b/src/html/Makefile index a154a99..203f828 100644 --- a/src/html/Makefile +++ b/src/html/Makefile @@ -22,4 +22,4 @@ UNINMPLEMENTED_SOURCES := html_optgroup_element.c \ html_tablecell_element.c html_frameset_element.c html_frame_element.c \ html_iframe_element.c -include build/makefiles/Makefile.subdir +include $(NSBUILD)/Makefile.subdir diff --git a/src/utils/Makefile b/src/utils/Makefile index 1ab8bad..4bb586f 100644 --- a/src/utils/Makefile +++ b/src/utils/Makefile @@ -1,4 +1,4 @@ # Sources DIR_SOURCES := namespace.c hashtable.c character_valid.c validate.c -include build/makefiles/Makefile.subdir +include $(NSBUILD)/Makefile.subdir -- cgit v1.2.3