security/nss/cmd/lib/manifest.mn

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/security/nss/cmd/lib/manifest.mn	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,39 @@
     1.4 +#
     1.5 +# This Source Code Form is subject to the terms of the Mozilla Public
     1.6 +# License, v. 2.0. If a copy of the MPL was not distributed with this
     1.7 +# file, You can obtain one at http://mozilla.org/MPL/2.0/.
     1.8 +CORE_DEPTH	= ../..
     1.9 +
    1.10 +LIBRARY_NAME	= sectool
    1.11 +
    1.12 +# MODULE public and private header  directories are implicitly REQUIRED.
    1.13 +MODULE		= nss
    1.14 +
    1.15 +DEFINES		= -DNSPR20
    1.16 +
    1.17 +ifdef NSS_BUILD_SOFTOKEN_ONLY
    1.18 +PRIVATE_EXPORTS = basicutil.h \
    1.19 +		  pk11table.h \
    1.20 +		  $(NULL)
    1.21 +
    1.22 +CSRCS = basicutil.c \
    1.23 +	pk11table.c \
    1.24 +	$(NULL)
    1.25 +else
    1.26 +PRIVATE_EXPORTS	= basicutil.h \
    1.27 +		  secutil.h \
    1.28 +		  pk11table.h \
    1.29 +		  $(NULL)
    1.30 +
    1.31 +CSRCS	= basicutil.c \
    1.32 +		secutil.c \
    1.33 +		secpwd.c    \
    1.34 +		derprint.c \
    1.35 +		moreoids.c \
    1.36 +		pppolicy.c \
    1.37 +		ffs.c \
    1.38 +		pk11table.c \
    1.39 +		$(NULL)
    1.40 +endif
    1.41 +
    1.42 +NO_MD_RELEASE	= 1

mercurial