зеркало из https://github.com/mozilla/pjs.git
Bring autoconf build up to date with non-autoconf build
This commit is contained in:
Родитель
d6d28618c7
Коммит
81fdba8f73
|
@ -23,7 +23,10 @@ VPATH = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
EXPORTS = nsZip.h nsZig.h nsLoadZig.h nsPrincipal.h nsPrivilege.h nsPrivilegeManager.h nsPrivilegeTable.h nsSystemPrivilegeTable.h nsTarget.h nsUserTarget.h jpermission.h nsUserDialogHelper.h admin.h nsCaps.h nsCapsEnums.h nsCCapsManagerFactory.h nsCCapsManager.h
|
||||
EXPORTS = nsZip.h nsZig.h nsLoadZig.h nsPrincipal.h nsPrivilege.h nsPrivilegeManager.h nsPrivilegeTable.h nsSystemPrivilegeTable.h nsTarget.h nsUserTarget.h jpermission.h nsUserDialogHelper.h admin.h nsCaps.h nsCapsEnums.h nsCCapsManagerFactory.h nsCCapsManager.h \
|
||||
nsCCertPrincipal.h \
|
||||
nsCCodebasePrincipal.h \
|
||||
nsCCodeSourcePrincipal.h
|
||||
|
||||
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
||||
|
||||
|
|
|
@ -39,6 +39,11 @@ CPPSRCS = \
|
|||
nsUserTarget.cpp \
|
||||
admin.cpp \
|
||||
nsCaps.cpp \
|
||||
nsCCapsManager.cpp \
|
||||
nsCCertPrincipal.cpp \
|
||||
nsCCodebasePrincipal.cpp \
|
||||
nsCCapsManagerFactory.cpp \
|
||||
nsCCodeSourcePrincipal.cpp \
|
||||
$(NULL)
|
||||
|
||||
REQUIRES = nspr xpcom security layer js jar zlib pref img util rdf caps
|
||||
|
|
|
@ -63,7 +63,8 @@ REQUIRES =\
|
|||
raptor \
|
||||
netcnvts \
|
||||
progress \
|
||||
privacy
|
||||
privacy \
|
||||
caps
|
||||
|
||||
ifdef OJI
|
||||
REQUIRES += oji \
|
||||
|
|
Загрузка…
Ссылка в новой задаче