security/nss/lib/libpkix/pkix/top/manifest.mn

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:d6fc6238a502
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
7 EXPORTS = \
8 $(NULL)
9
10 PRIVATE_EXPORTS = \
11 pkix_build.h \
12 pkix_lifecycle.h \
13 pkix_validate.h \
14 $(NULL)
15
16 MODULE = nss
17
18 CSRCS = \
19 pkix_validate.c \
20 pkix_lifecycle.c \
21 pkix_build.c \
22 $(NULL)
23
24 LIBRARY_NAME = pkixtop
25

mercurial