mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-03 15:26:07 +00:00
Pull in IC if we're using the mac toolkit. r=saari/sr=hyatt. bug# 75653
This commit is contained in:
parent
48b1eadd1d
commit
2fa656fb4b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user