This commit is contained in:
briano%netscape.com 1999-09-10 08:53:30 +00:00
Родитель 72b16cbee8
Коммит 1d0cf70fcc
1 изменённых файлов: 8 добавлений и 11 удалений

Просмотреть файл

@ -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