summaryrefslogtreecommitdiff
path: root/apps/apps.make
diff options
context:
space:
mode:
Diffstat (limited to 'apps/apps.make')
-rw-r--r--apps/apps.make3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/apps.make b/apps/apps.make
index 6afcd12b5c..a430288870 100644
--- a/apps/apps.make
+++ b/apps/apps.make
@@ -8,6 +8,9 @@
8# 8#
9 9
10INCLUDES += -I$(APPSDIR) $(patsubst %,-I$(APPSDIR)/%,$(subst :, ,$(APPEXTRA))) 10INCLUDES += -I$(APPSDIR) $(patsubst %,-I$(APPSDIR)/%,$(subst :, ,$(APPEXTRA)))
11ifdef APP_TYPE
12 INCLUDES += -I$(APPSDIR)/hosted
13endif
11SRC += $(call preprocess, $(APPSDIR)/SOURCES) 14SRC += $(call preprocess, $(APPSDIR)/SOURCES)
12 15
13# apps/features.txt is a file that (is preprocessed and) lists named features 16# apps/features.txt is a file that (is preprocessed and) lists named features