adding hack to change PUBLIC variable

This has no effect until some other changes to SeaMonkey


git-svn-id: svn://10.0.0.236/trunk@35809 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
andreas.otte%primus-online.de 1999-06-17 19:07:58 +00:00
parent eca7a6ae1e
commit daf6861e60
11 changed files with 57 additions and 8 deletions

View File

@ -53,4 +53,9 @@ include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/config.mk
# hack until necko lands
ifndef NECKO
PUBLIC = $(DEPTH)/netwerk/dist/include
endif
include $(DEPTH)/config/rules.mk

View File

@ -46,10 +46,9 @@ MKSHLIB :=
override NO_SHARED_LIB=1
override NO_STATIC_LIB=
# hack until necko lands
ifndef NECKO
PUBLIC = $(DEPTH)/netwerk/dist/include
endif
include $(DEPTH)/config/rules.mk

View File

@ -44,6 +44,11 @@ LOCAL_INCLUDES += \
include $(topsrcdir)/config/config.mk
# hack until necko lands
ifndef NECKO
PUBLIC = $(DEPTH)/netwerk/dist/include
endif
ifeq ($(OS_ARCH),HP-UX)
EXTRA_DSO_LDOPTS = -c objs/objslist
else

View File

@ -34,4 +34,9 @@ include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/config.mk
# hack until necko lands
ifndef NECKO
PUBLIC = $(DEPTH)/netwerk/dist/include
endif
include $(DEPTH)/config/rules.mk

View File

@ -43,6 +43,11 @@ MKSHLIB :=
override NO_SHARED_LIB=1
override NO_STATIC_LIB=
# hack until necko lands
ifndef NECKO
PUBLIC = $(DEPTH)/netwerk/dist/include
endif
include $(DEPTH)/config/rules.mk

View File

@ -34,4 +34,9 @@ include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/config.mk
# hack until necko lands
ifndef NECKO
PUBLIC = $(DEPTH)/netwerk/dist/include
endif
include $(DEPTH)/config/rules.mk

View File

@ -37,6 +37,11 @@ REQUIRES = xpcom netwerk raptor
include $(topsrcdir)/config/config.mk
# hack until necko lands
ifndef NECKO
PUBLIC = $(DEPTH)/netwerk/dist/include
endif
TARGET = $(LIBARY)
include $(DEPTH)/config/rules.mk

View File

@ -36,4 +36,9 @@ include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/config.mk
# hack until necko lands
ifndef NECKO
PUBLIC = $(DEPTH)/netwerk/dist/include
endif
include $(DEPTH)/config/rules.mk

View File

@ -37,6 +37,11 @@ MODULE = netwerk
include $(topsrcdir)/config/config.mk
# hack until necko lands
ifndef NECKO
PUBLIC = $(DEPTH)/netwerk/dist/include
endif
TARGET = $(LIBARY)
include $(DEPTH)/config/rules.mk

View File

@ -43,4 +43,9 @@ include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/config.mk
# hack until necko lands
ifndef NECKO
PUBLIC = $(DEPTH)/netwerk/dist/include
endif
include $(DEPTH)/config/rules.mk

View File

@ -35,8 +35,8 @@ CPPSRCS = \
nsHTTPResponse.cpp \
$(NULL)
EXPORTS= \
nsHTTPCID.h \
EXPORTS= \
nsHTTPCID.h \
$(NULL)
REQUIRES = xpcom netwerk raptor
@ -45,6 +45,11 @@ MODULE = netwerk
include $(topsrcdir)/config/config.mk
# hack until necko lands
ifndef NECKO
PUBLIC = $(DEPTH)/netwerk/dist/include
endif
TARGET = $(LIBARY)
include $(DEPTH)/config/rules.mk