Bug 1256011 - Remove security/manager/ssl/tests/unit/pkcs11testmodule/Makefile.in; r?ted draft
authorMike Shal <mshal@mozilla.com>
Mon, 14 Mar 2016 19:21:45 -0400
changeset 340535 fad55fada906a5a399d2aae4ca106b2b007357a2
parent 340493 5e14887312d4523ab59c3f6c6c94a679cf42b496
child 516218 a707d546a8aea598b1b7b6df52ee26b8f814cc41
push id13000
push userbmo:mshal@mozilla.com
push dateTue, 15 Mar 2016 16:19:51 +0000
reviewersted
bugs1256011
milestone48.0a1
Bug 1256011 - Remove security/manager/ssl/tests/unit/pkcs11testmodule/Makefile.in; r?ted MozReview-Commit-ID: qM1XuSSCoX
security/manager/ssl/tests/unit/pkcs11testmodule/Makefile.in
security/manager/ssl/tests/unit/pkcs11testmodule/moz.build
deleted file mode 100644
--- a/security/manager/ssl/tests/unit/pkcs11testmodule/Makefile.in
+++ /dev/null
@@ -1,7 +0,0 @@
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-LIB_FILES = $(SHARED_LIBRARY)
-LIB_DEST = $(testxpcobjdir)/security/manager/ssl/tests/unit/pkcs11testmodule
-INSTALL_TARGETS += LIB
--- a/security/manager/ssl/tests/unit/pkcs11testmodule/moz.build
+++ b/security/manager/ssl/tests/unit/pkcs11testmodule/moz.build
@@ -1,17 +1,18 @@
 # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
 # vim: set filetype=python:
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
+FINAL_TARGET = '_tests/xpcshell/security/manager/ssl/tests/unit/pkcs11testmodule'
+
 UNIFIED_SOURCES += [
     'pkcs11testmodule.cpp',
 ]
 
 SharedLibrary('pkcs11testmodule')
 
 # C_GetFunctionList needs to be exported. As it turns out, it's much easier to
 # just export all the symbols.
 NO_VISIBILITY_FLAGS = True
-DIST_INSTALL = False
 SYMBOLS_FILE = 'pkcs11testmodule.symbols'