mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
plugin.mk: Add -D_PLUGIN to LOCAL_CLFLAGS and LOCAL_CPPFLAGS
This commit is contained in:
parent
dcc0df7a75
commit
6e676d9aad
1 changed files with 3 additions and 0 deletions
|
|
@ -8,6 +8,9 @@ include $(MODDIR)/make/plugin-defs.mk
|
|||
include $(MODDIR)/make/rules.mk
|
||||
include $(MODDIR)/make/depend.mk
|
||||
|
||||
LOCAL_CPPFLAGS += -D_PLUGIN
|
||||
LOCAL_CFLAGS += -D_PLUGIN
|
||||
|
||||
ifeq ($(INSTALLED_PLUGIN),)
|
||||
INSTALLED_PLUGIN = $(INSTALL_LIBDIR)/$(PLUGIN)
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue