mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
General cleanup.
This commit is contained in:
parent
084ccfb588
commit
4f8c7d2d53
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user