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