mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-08 07:53:54 +00:00
Fix unix build for PICS after the landing from neeti.
This commit is contained in:
parent
03ac503faa
commit
a24053ce03
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user