diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/apps.make | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/apps.make b/apps/apps.make index 844816d..6afcd12 100644 --- a/apps/apps.make +++ b/apps/apps.make @@ -8,9 +8,6 @@ # INCLUDES += -I$(APPSDIR) $(patsubst %,-I$(APPSDIR)/%,$(subst :, ,$(APPEXTRA))) -ifdef APP_TYPE - INCLUDES += -I$(APPSDIR)/hosted -I$(APPSDIR)/hosted/$(APP_TYPE) -endif SRC += $(call preprocess, $(APPSDIR)/SOURCES) # apps/features.txt is a file that (is preprocessed and) lists named features |