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

git-svn-id: svn://10.0.0.236/trunk@92332 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pinkerton%netscape.com 2001-04-15 01:49:46 +00:00
parent c8fadae9fa
commit e46a41a801

View File

@ -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