osx needs nsWidgetAtoms built. r=saari/sr=hyatt. bug#75653

This commit is contained in:
pinkerton%netscape.com 2001-04-17 04:35:22 +00:00
Родитель 74c2049e34
Коммит a30df4a72f
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -44,6 +44,10 @@ CPPSRCS = \
nsXPLookAndFeel.cpp \
$(NULL)
ifeq ($(MOZ_WIDGET_TOOLKIT),mac)
CPPSRCS += nsWidgetAtoms.cpp
endif
LOCAL_INCLUDES = \
-I$(srcdir)/../$(MOZ_WIDGET_TOOLKIT) \
-I$(srcdir) \