summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
-rw-r--r--src/plot/Makefile2
-rw-r--r--src/surface/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile
index 90cde9b..283a99f 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,4 +1,4 @@
# Sources
DIR_SOURCES := libnsfb.c dump.c cursor.c
-include build/makefiles/Makefile.subdir
+include $(NSBUILD)/Makefile.subdir
diff --git a/src/plot/Makefile b/src/plot/Makefile
index 0c51c02..e99f440 100644
--- a/src/plot/Makefile
+++ b/src/plot/Makefile
@@ -1,4 +1,4 @@
# Sources
DIR_SOURCES := api.c util.c generic.c 32bpp.c 16bpp.c 8bpp.c
-include build/makefiles/Makefile.subdir
+include $(NSBUILD)/Makefile.subdir
diff --git a/src/surface/Makefile b/src/surface/Makefile
index 21547a5..012d9cd 100644
--- a/src/surface/Makefile
+++ b/src/surface/Makefile
@@ -13,4 +13,4 @@ ifeq ($(NSFB_VNC_AVAILABLE),yes)
DIR_SOURCES := $(DIR_SOURCES) vnc.c
endif
-include build/makefiles/Makefile.subdir
+include $(NSBUILD)/Makefile.subdir