Blame nss/lib/libpkix/pkix/params/manifest.mn

Packit 40b132
# 
Packit 40b132
# This Source Code Form is subject to the terms of the Mozilla Public
Packit 40b132
# License, v. 2.0. If a copy of the MPL was not distributed with this
Packit 40b132
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
Packit 40b132
CORE_DEPTH = ../../../..
Packit 40b132
Packit 40b132
EXPORTS = \
Packit 40b132
	$(NULL)
Packit 40b132
Packit 40b132
PRIVATE_EXPORTS = \
Packit 40b132
	pkix_procparams.h \
Packit 40b132
	pkix_trustanchor.h \
Packit 40b132
	pkix_valparams.h \
Packit 40b132
	pkix_resourcelimits.h \
Packit 40b132
	$(NULL)
Packit 40b132
Packit 40b132
MODULE = nss
Packit 40b132
Packit 40b132
CSRCS = \
Packit 40b132
	pkix_trustanchor.c \
Packit 40b132
	pkix_procparams.c \
Packit 40b132
	pkix_valparams.c \
Packit 40b132
	pkix_resourcelimits.c \
Packit 40b132
	$(NULL)
Packit 40b132
Packit 40b132
LIBRARY_NAME = pkixparams
Packit 40b132