summaryrefslogtreecommitdiff
path: root/np_sdk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-01-13 15:14:57 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2012-01-13 15:50:43 +0100
commitab84770bb61ffb2675548e11a6a45059cb4f6c8e (patch)
treed916717850680acce899a045334507e9ff136975 /np_sdk
parent4e85b537d1229348bef16bb006d9e6b5303bd6c9 (diff)
Build nsplugin only in with mozilla case.
This replaces commits 830a2b923528323e0f39259234dfee26d9d44d21 and 68b08a11babb7274048ef836a078959d126c97b7 with, hopefully, proper one.
Diffstat (limited to 'np_sdk')
-rw-r--r--np_sdk/Module_np_sdk.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/np_sdk/Module_np_sdk.mk b/np_sdk/Module_np_sdk.mk
index 6c658d222f52..63393d5fd26b 100644
--- a/np_sdk/Module_np_sdk.mk
+++ b/np_sdk/Module_np_sdk.mk
@@ -27,6 +27,8 @@
$(eval $(call gb_Module_Module,np_sdk))
+ifeq ($(WITH_MOZILLA),YES)
+
$(eval $(call gb_Module_add_targets,np_sdk,\
Package_inc \
))
@@ -35,6 +37,7 @@ ifeq ($(ENABLE_NSPLUGIN),YES)
$(eval $(call gb_Module_add_targets,np_sdk,\
StaticLibrary_nputils \
))
+endif
endif