Bug #72224. Turn on the new embedding widget. sr=shaver r=danm

This commit is contained in:
blizzard%redhat.com 2001-03-19 22:25:29 +00:00
Родитель 3fa3daecea
Коммит d411df3907
1 изменённых файлов: 0 добавлений и 10 удалений

Просмотреть файл

@ -28,8 +28,6 @@ include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = gtkembedmoz
REQUIRES = xpcom string docshell webshell necko widget dom layout locale js uriloader webbrwsr shistory appshell embed_base xpconnect pref
ifdef USE_NEW_GTK_WIDGET
CPPSRCS = \
gtkmozembed2.cpp \
EmbedPrivate.cpp \
@ -40,14 +38,6 @@ CPPSRCS = \
EmbedWindowCreator.cpp \
EmbedPrompter.cpp \
EmbedStream.cpp
else
CPPSRCS = \
GtkMozEmbedChrome.cpp \
GtkMozEmbedStream.cpp \
gtkmozembed.cpp
endif
SHARED_LIBRARY_LIBS= \
$(DIST)/lib/libembed_base_s.$(LIB_SUFFIX) \