summaryrefslogtreecommitdiff
path: root/apps/plugins/searchengine/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/searchengine/Makefile')
-rw-r--r--apps/plugins/searchengine/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/plugins/searchengine/Makefile b/apps/plugins/searchengine/Makefile
index d397f315f4..bc8f19d136 100644
--- a/apps/plugins/searchengine/Makefile
+++ b/apps/plugins/searchengine/Makefile
@@ -16,12 +16,6 @@ ifdef APPEXTRA
16 INCLUDES += $(patsubst %,-I$(APPSDIR)/%,$(subst :, ,$(APPEXTRA))) 16 INCLUDES += $(patsubst %,-I$(APPSDIR)/%,$(subst :, ,$(APPEXTRA)))
17endif 17endif
18 18
19ifeq ($(UNAME), Darwin)
20SHARED_FLAG=-dynamiclib -Wl,-single_module
21else
22SHARED_FLAG=-shared
23endif
24
25LINKFILE := $(OBJDIR)/link.lds 19LINKFILE := $(OBJDIR)/link.lds
26DEPFILE = $(OBJDIR)/dep-searchengine 20DEPFILE = $(OBJDIR)/dep-searchengine
27SRC = searchengine.c parser.c token.c dbinterface.c 21SRC = searchengine.c parser.c token.c dbinterface.c