summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile4
-rw-r--r--src/core/Makefile2
-rw-r--r--src/events/Makefile2
-rw-r--r--src/html/Makefile2
-rw-r--r--src/utils/Makefile2
5 files changed, 7 insertions, 5 deletions
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