Kaydet (Commit) 4336db6d authored tarafından Michael Stahl's avatar Michael Stahl

remove unused gb_LinkTarget__use_npapi_headers

Change-Id: I527eeb82202de0d7b3545c545c492eda89c78e47
üst ce326521
......@@ -37,32 +37,6 @@ endif
# External headers
ifneq ($(SYSTEM_NPAPI_HEADERS),)
# yes this uses internal headers too...
# they are split across 2 dirs for this reason
define gb_LinkTarget__use_npapi_headers
$(call gb_LinkTarget_set_include,$(1),\
$(NPAPI_HEADERS_CFLAGS) \
-I$(SRCDIR)/external/np_sdk \
$$(INCLUDE) \
)
endef
else #!SYSTEM_NPAPI_HEADERS
define gb_LinkTarget__use_npapi_headers
$(call gb_LinkTarget_set_include,$(1),\
-I$(SRCDIR)/external/np_sdk/inc \
-I$(SRCDIR)/external/np_sdk \
$$(INCLUDE) \
)
endef
endif #SYSTEM_NPAPI_HEADERS
ifneq ($(SYSTEM_ODBC_HEADERS),)
define gb_LinkTarget__use_odbc_headers
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment