Kaydet (Commit) 830a2b92 authored tarafından Matúš Kukan's avatar Matúš Kukan

use ENABLE_NSPLUGIN again

üst 9f15592e
......@@ -76,36 +76,27 @@ endif # DISABLE_ATL
endif # WNT
ifneq ($(WITH_MOZILLA),NO)
ifeq ($(ENABLE_NSPLUGIN),YES)
$(eval $(call gb_Module_add_targets,extensions,\
Library_pl \
Executable_nsplugin \
Library_npsoplugin \
WinResTarget_npsoplugin \
))
ifeq ($(GUI),WNT)
endif
ifeq ($(WITH_MOZILLA),YES)
$(eval $(call gb_Module_add_targets,extensions,\
Library_npsoplugin \
WinResTarget_npsoplugin \
Library_pl \
))
endif # GUI=WNT
ifeq ($(GUI),UNX)
ifneq ($(GUIBASE),aqua)
$(eval $(call gb_Module_add_targets,extensions,\
Executable_pluginapp.bin \
))
endif # GUIBASE!=aqua
ifneq ($(ENABLE_GTK),)
$(eval $(call gb_Module_add_targets,extensions,\
Library_npsoplugin \
))
endif # ENABLE_GTK
endif # GUI=UNX
endif # WITH_MOZILLA=YES
......
......@@ -27,9 +27,12 @@
$(eval $(call gb_Module_Module,np_sdk))
ifeq ($(WITH_MOZILLA),YES)
$(eval $(call gb_Module_add_targets,np_sdk,\
Package_inc \
))
ifeq ($(ENABLE_NSPLUGIN),YES)
$(eval $(call gb_Module_add_targets,np_sdk,\
StaticLibrary_nputils \
))
......
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