Pull in IC if we're using the mac toolkit. r=saari/sr=hyatt. bug# 75653

This commit is contained in:
pinkerton%netscape.com 2001-04-15 01:49:46 +00:00
Родитель 48b1eadd1d
Коммит 2fa656fb4b
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -48,6 +48,10 @@ XPIDLSRCS = \
nsIUserInfo.idl \
$(NULL)
ifeq ($(MOZ_WIDGET_TOOLKIT),mac)
XPIDLSRCS += nsIInternetConfigService.idl
endif
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
include $(topsrcdir)/config/rules.mk