summaryrefslogtreecommitdiffstats
path: root/extensions/Library_npsoplugin.mk
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/Library_npsoplugin.mk')
-rw-r--r--extensions/Library_npsoplugin.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/extensions/Library_npsoplugin.mk b/extensions/Library_npsoplugin.mk
index 00a4785c9f15..253e2469a3d2 100644
--- a/extensions/Library_npsoplugin.mk
+++ b/extensions/Library_npsoplugin.mk
@@ -32,6 +32,7 @@ $(eval $(call gb_Library_Library,npsoplugin))
$(eval $(call gb_Library_use_packages,npsoplugin,\
comphelper_inc \
+ np_sdk_inc \
))
$(eval $(call gb_Library_use_external,npsoplugin,mozilla_headers))
@@ -94,8 +95,6 @@ $(eval $(call gb_Library_add_defs,npsoplugin,\
ifeq ($(COM),MSC)
$(eval $(call gb_Library_add_ldflags,npsoplugin,\
/EXPORT:NPP_GetMIMEDescription \
- /EXPORT:NPP_Initialize \
- /EXPORT:NPP_Shutdown \
/EXPORT:NPP_New \
/EXPORT:NPP_Destroy \
/EXPORT:NPP_SetWindow \