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.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/np_sdk/StaticLibrary_nputils.mk b/np_sdk/StaticLibrary_nputils.mk
index b85eaa0ee5d9..3ff331475e2b 100644
--- a/np_sdk/StaticLibrary_nputils.mk
+++ b/np_sdk/StaticLibrary_nputils.mk
@@ -22,11 +22,11 @@ endif
ifeq ($(OS),WNT)
$(eval $(call gb_StaticLibrary_add_exception_objects,nputils,\
- np_sdk/mozsrc/npwin \
+ np_sdk/npsdk/npwin \
))
else
$(eval $(call gb_StaticLibrary_add_cobjects,nputils,\
- np_sdk/mozsrc/npunix \
+ np_sdk/npsdk/npunix \
))
endif