General cleanup.

This commit is contained in:
briano%netscape.com 1999-09-10 08:53:30 +00:00
parent 084ccfb588
commit 4f8c7d2d53

View File

@ -22,12 +22,11 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = caps
LIBRARY_NAME = caps
MODULE = caps
LIBRARY_NAME = caps
IS_COMPONENT = 1
IS_COMPONENT = 1
CPPSRCS = \
CPPSRCS = \
nsSystemPrincipal.cpp \
nsCertificatePrincipal.cpp \
nsCodebasePrincipal.cpp \
@ -39,15 +38,13 @@ CPPSRCS = \
EXTRA_DSO_LDOPTS = \
-L$(DIST)/bin \
-L$(DIST)/lib \
$(ZLIB_LIBS) \
-lxpcom \
-lmozjs \
$(ZLIB_LIBS) \
-lxpcom \
-lmozjs \
$(NSPR_LIBS) \
$(NULL)
CSRCS = \
$(NULL)
include $(topsrcdir)/config/rules.mk
INCLUDES += -I$(topsrcdir)/include -I$(srcdir)/../include