use the external gtksuperwin library

git-svn-id: svn://10.0.0.236/branches/SUPERWIN@53360 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
blizzard%redhat.com
1999-11-12 20:14:52 +00:00
parent 63e9105b5f
commit e4d84ceca8

View File

@@ -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