summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell/CppunitTest_shell_zip.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/shell/CppunitTest_shell_zip.mk b/shell/CppunitTest_shell_zip.mk
index 63d0bc9383be..bbf22a67950d 100644
--- a/shell/CppunitTest_shell_zip.mk
+++ b/shell/CppunitTest_shell_zip.mk
@@ -7,31 +7,31 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-$(eval $(call gb_CppunitTest_CppunitTest,zip))
+$(eval $(call gb_CppunitTest_CppunitTest,shell_zip))
-$(eval $(call gb_CppunitTest_add_exception_objects,zip, \
+$(eval $(call gb_CppunitTest_add_exception_objects,shell_zip, \
shell/qa/zip/testzipimpl \
shell/qa/zip/ziptest \
))
-$(eval $(call gb_CppunitTest_set_include,zip,\
+$(eval $(call gb_CppunitTest_set_include,shell_zip,\
-I$(SRCDIR)/shell/inc \
$$(INCLUDE) \
))
-$(eval $(call gb_CppunitTest_use_externals,zip,\
+$(eval $(call gb_CppunitTest_use_externals,shell_zip,\
expat \
zlib \
))
-$(eval $(call gb_CppunitTest_use_system_win32_libs,zip, \
+$(eval $(call gb_CppunitTest_use_system_win32_libs,shell_zip, \
ole32 \
kernel32 \
msvcprt \
))
-$(eval $(call gb_CppunitTest_use_static_libraries,zip,\
+$(eval $(call gb_CppunitTest_use_static_libraries,shell_zip,\
shell_xmlparser \
shlxthandler_common \
))