manifest.mn (676B)
1 # 2 # This Source Code Form is subject to the terms of the Mozilla Public 3 # License, v. 2.0. If a copy of the MPL was not distributed with this 4 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 5 CORE_DEPTH = ../.. 6 DEPTH = ../.. 7 8 MODULE = nss 9 10 CPPSRCS = \ 11 getUserDB_unittest.cc \ 12 sysinit_gtest.cc \ 13 $(NULL) 14 15 INCLUDES += -I$(CORE_DEPTH)/gtests/google_test/gtest/include \ 16 -I$(CORE_DEPTH)/gtests/common 17 18 REQUIRES = nspr nss libdbm gtest 19 20 PROGRAM = sysinit_gtest 21 22 EXTRA_LIBS = \ 23 $(DIST)/lib/$(LIB_PREFIX)gtest.$(LIB_SUFFIX) $(EXTRA_OBJS) \ 24 $(DIST)/lib/$(LIB_PREFIX)nsssysinit.$(LIB_SUFFIX) \ 25 $(NULL) 26 27 USE_STATIC_LIBS = 1