зеркало из https://github.com/mozilla/pjs.git
Fix unix build for PICS after the landing from neeti.
This commit is contained in:
Родитель
85e25f46a5
Коммит
ba9bc25e43
|
@ -24,4 +24,6 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
DIRS = public admin src
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -24,7 +24,14 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
MODULE = pics
|
||||
|
||||
EXPORTS = nsIPICS.h
|
||||
EXPORTS = \
|
||||
nspics.h \
|
||||
nsIPICS.h \
|
||||
nsPICSElementObserver.h \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -53,4 +53,6 @@ MKSHLIB :=
|
|||
# we don't want the shared lib
|
||||
NO_SHARED_LIB=1
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -30,10 +30,14 @@ REQUIRES = js pics pref xpcom include
|
|||
|
||||
LIBS = \
|
||||
-lxpcom \
|
||||
-lreg \
|
||||
-lpics \
|
||||
-lraptorbase \
|
||||
$(NSPR_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
PROGRAM = testPICS
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
Загрузка…
Ссылка в новой задаче