Fixing Solaris build breakage

git-svn-id: svn://10.0.0.236/trunk@18601 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcafee%netscape.com
1999-01-26 11:44:32 +00:00
parent 543b008d43
commit 23f7b9f073

View File

@@ -24,7 +24,6 @@ DIRS=public
include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/config.mk
TOOLKIT_GFX_LIB = $(addprefix -lgfx, $(MOZ_TOOLKIT))
TOOLKIT_WIDGET_LIB = $(addprefix -lwidget, $(MOZ_TOOLKIT))
@@ -74,18 +73,9 @@ CPPSRCS = \
nsStubs.cpp \
$(NULL)
CFLAGS += $(TOOLKIT_CFLAGS)
include $(topsrcdir)/config/config.mk
INCLUDES += \
-I$(PUBLIC)/raptor \
-I$(PUBLIC)/xpcom \
-I$(PUBLIC)/dom \
-I$(PUBLIC)/netlib \
-I$(PUBLIC)/js \
-I$(PUBLIC)/pref \
-I$(PUBLIC)/network \
-I$(PUBLIC)/xp \
-I$(PUBLIC)/editor
CFLAGS += $(TOOLKIT_CFLAGS)
ifdef MOZ_OJI
JSJ_LIB = -ljsj
@@ -141,6 +131,8 @@ LIBS = \
-lmozdbm \
$(NULL)
LIBS += $(TK_GTK_LIBS)
PROGRAM = viewer
include $(topsrcdir)/config/rules.mk