summaryrefslogtreecommitdiff
path: root/tools/root.make
diff options
context:
space:
mode:
Diffstat (limited to 'tools/root.make')
-rw-r--r--tools/root.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/root.make b/tools/root.make
index f0f2c3310b..13768dd33a 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -67,6 +67,8 @@ else ifneq (,$(findstring bootbox,$(APPSDIR)))
67 include $(APPSDIR)/bootbox.make 67 include $(APPSDIR)/bootbox.make
68else ifneq (,$(findstring checkwps,$(APPSDIR))) 68else ifneq (,$(findstring checkwps,$(APPSDIR)))
69 include $(APPSDIR)/checkwps.make 69 include $(APPSDIR)/checkwps.make
70else ifneq (,$(findstring database,$(APPSDIR)))
71 include $(APPSDIR)/database.make
70else 72else
71 include $(APPSDIR)/apps.make 73 include $(APPSDIR)/apps.make
72 include $(APPSDIR)/lang/lang.make 74 include $(APPSDIR)/lang/lang.make