From e4d84ceca8d081538a7e69195567d4db2ec76c87 Mon Sep 17 00:00:00 2001 From: "blizzard%redhat.com" Date: Fri, 12 Nov 1999 20:14:52 +0000 Subject: [PATCH] use the external gtksuperwin library git-svn-id: svn://10.0.0.236/branches/SUPERWIN@53360 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/widget/src/gtk/Makefile.in | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/mozilla/widget/src/gtk/Makefile.in b/mozilla/widget/src/gtk/Makefile.in index e024c1e3886..5a5cb6f3994 100644 --- a/mozilla/widget/src/gtk/Makefile.in +++ b/mozilla/widget/src/gtk/Makefile.in @@ -26,12 +26,6 @@ LIBRARY_NAME = widget_gtk REQUIRES = util img xpcom raptor netlib -CSRCS = \ - gdksuperwin.c \ - gtkmozarea.c \ - gtkmozbox.c - - CPPSRCS = \ nsAppShell.cpp \ nsButton.cpp \ @@ -73,15 +67,11 @@ EXTRA_DSO_LDOPTS = \ $(NULL) ifndef MOZ_MONOLITHIC_TOOLKIT -EXTRA_DSO_LDOPTS += $(MOZ_GTK_LDFLAGS) +EXTRA_DSO_LDOPTS += -L$(DIST)/lib -lgtksuperwin $(MOZ_GTK_LDFLAGS) else EXTRA_DSO_LDOPTS += $(TK_LIBS) endif -EXPORTS = gdksuperwin.h \ - gtkmozarea.h \ - gtkmozbox.h - include $(topsrcdir)/config/rules.mk ifndef MOZ_MONOLITHIC_TOOLKIT