summaryrefslogtreecommitdiff
path: root/tools/root.make
diff options
context:
space:
mode:
Diffstat (limited to 'tools/root.make')
-rw-r--r--tools/root.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/root.make b/tools/root.make
index 4a8d2adf16..032daf5a1c 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -92,6 +92,7 @@ else ifneq (,$(findstring bootbox,$(APPSDIR)))
92 include $(APPSDIR)/bootbox.make 92 include $(APPSDIR)/bootbox.make
93else ifneq (,$(findstring checkwps,$(APP_TYPE))) 93else ifneq (,$(findstring checkwps,$(APP_TYPE)))
94 include $(APPSDIR)/checkwps.make 94 include $(APPSDIR)/checkwps.make
95 include $(ROOTDIR)/lib/skin_parser/skin_parser.make
95else ifneq (,$(findstring database,$(APP_TYPE))) 96else ifneq (,$(findstring database,$(APP_TYPE)))
96 include $(APPSDIR)/database.make 97 include $(APPSDIR)/database.make
97else ifneq (,$(findstring warble,$(APP_TYPE))) 98else ifneq (,$(findstring warble,$(APP_TYPE)))