summaryrefslogtreecommitdiff
path: root/np_sdk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-04-07 23:22:11 +0200
committerMichael Stahl <mstahl@redhat.com>2012-04-08 01:05:53 +0200
commit449582407a0aad8096bb2ec75588e6e7d7de0169 (patch)
tree1265d24f1eb5ae53ecc44629dad335cf15ab2fec /np_sdk
parent4c50f23f87e391d93ded2564000589ef1a70696a (diff)
extensions: add np_sdk_inc to mozilla_headers external
Diffstat (limited to 'np_sdk')
-rw-r--r--np_sdk/StaticLibrary_nputils.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/np_sdk/StaticLibrary_nputils.mk b/np_sdk/StaticLibrary_nputils.mk
index c65b961f6d34..77b1e2db14fc 100644
--- a/np_sdk/StaticLibrary_nputils.mk
+++ b/np_sdk/StaticLibrary_nputils.mk
@@ -27,8 +27,6 @@
$(eval $(call gb_StaticLibrary_StaticLibrary,nputils))
-$(eval $(call gb_StaticLibrary_use_package,nputils,np_sdk_inc))
-
$(eval $(call gb_StaticLibrary_use_externals,nputils,\
mozilla_headers \
))
@@ -37,19 +35,16 @@ ifeq ($(GUIBASE),aqua)
$(eval $(call gb_StaticLibrary_add_defs,nputils,\
-DNO_X11 \
))
-
endif
ifeq ($(OS),WNT)
$(eval $(call gb_StaticLibrary_add_exception_objects,nputils,\
np_sdk/mozsrc/npwin \
))
-
else
$(eval $(call gb_StaticLibrary_add_cobjects,nputils,\
np_sdk/mozsrc/npunix \
))
-
endif
# vim: set noet sw=4 ts=4: