This commit is contained in:
cls%seawood.org 1998-11-10 21:55:44 +00:00
Родитель 0051a7f8b8
Коммит ab9896b411
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -33,7 +33,7 @@ INCLUDES += -I$(PUBLIC)/xpcom -I$(PUBLIC)/raptor -I$(srcdir)/../$(MOZ_TOOLKIT) -
ifneq (,$(filter gtk, $(MOZ_TOOLKIT)))
CFLAGS += $(TK_GTK_CFLAGS)
else
ifneq (,$(filter gtk, $(MOZ_TOOLKIT)))
ifneq (,$(filter motif, $(MOZ_TOOLKIT)))
CFLAGS += $(TK_MOTIF_CFLAGS)
endif
endif