Adding lines to build the new gtkxtbin library for implementing legacy

plugin support on Linux.  This is part of bug #31012.
-r=blizzard
This commit is contained in:
hoa.nguyen%intel.com 2000-04-22 20:45:12 +00:00
Родитель 1fdb72a9a9
Коммит 5bc449d908
2 изменённых файлов: 5 добавлений и 0 удалений

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

@ -64,6 +64,10 @@ ifndef MOZ_NATIVE_JPEG
DIRS += jpeg
endif
ifdef MOZ_ENABLE_GTK
DIRS += widget/src/gtksuperwin widget/src/gtkxtbin
endif
DIRS += \
widget/timer \
include \

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

@ -458,6 +458,7 @@ widget/src/beos/Makefile
widget/src/build/Makefile
widget/src/gtk/Makefile
widget/src/gtksuperwin/Makefile
widget/src/gtkxtbin/Makefile
widget/src/motif/Makefile
widget/src/motif/app_context/Makefile
widget/src/photon/Makefile