summaryrefslogtreecommitdiff
path: root/np_sdk/StaticLibrary_nputils.mk
diff options
context:
space:
mode:
Diffstat (limited to 'np_sdk/StaticLibrary_nputils.mk')
-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: