Skip to content

Commit

Permalink
Bug 1300109 - Adjust manifest.mn for modular builds, r=franziskus
Browse files Browse the repository at this point in the history
--HG--
extra : histedit_source : 9489f30bc34d3e34f251057a2a7d328ba8299db0
  • Loading branch information
ueno committed Jan 20, 2017
1 parent 72687e5 commit 7137fe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions cmd/lowhashtest/manifest.mn
Expand Up @@ -22,3 +22,4 @@ CSRCS = \
lowhashtest.c \
$(NULL)

USE_STATIC_LIBS = 1
3 changes: 1 addition & 2 deletions gtests/ssl_gtest/manifest.mn
Expand Up @@ -51,7 +51,6 @@ INCLUDES += -I$(CORE_DEPTH)/gtests/google_test/gtest/include \
REQUIRES = nspr nss libdbm gtest

PROGRAM = ssl_gtest
EXTRA_LIBS = $(DIST)/lib/$(LIB_PREFIX)gtest.$(LIB_SUFFIX) \
$(DIST)/lib/$(LIB_PREFIX)softokn.$(LIB_SUFFIX)
EXTRA_LIBS = $(DIST)/lib/$(LIB_PREFIX)gtest.$(LIB_SUFFIX)

USE_STATIC_LIBS = 1

0 comments on commit 7137fe7

Please sign in to comment.