gecko/security/manager/boot/public/Makefile.in

25 lines
581 B
Makefile
Raw Normal View History

# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
DEPTH = ../../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = pipboot
GRE_MODULE = 1
SDK_XPIDLSRCS = \
nsISecurityWarningDialogs.idl \
$(NULL)
XPIDLSRCS = \
2011-03-01 19:11:22 -08:00
nsISSLStatusProvider.idl \
nsIBufEntropyCollector.idl \
$(NULL)
include $(topsrcdir)/config/rules.mk