From 3223988547c6f72e71033b48787c3fb869c5954c Mon Sep 17 00:00:00 2001 From: "mcafee%netscape.com" Date: Tue, 26 Jan 1999 11:44:32 +0000 Subject: [PATCH] Fixing Solaris build breakage --- webshell/tests/viewer/Makefile.in | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/webshell/tests/viewer/Makefile.in b/webshell/tests/viewer/Makefile.in index 2bf6770b588a..bce5ba14237a 100644 --- a/webshell/tests/viewer/Makefile.in +++ b/webshell/tests/viewer/Makefile.in @@ -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