use the XPIDL version of nsIDOMBaseAppCore so that the mail/news appcore IDL can #include it

This commit is contained in:
alecf%netscape.com 1999-05-12 03:46:39 +00:00
parent 2950324c5b
commit 48d33c7be0

View File

@ -19,19 +19,13 @@ DEPTH = ../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
MODULE=appcores
include $(DEPTH)/config/autoconf.mk
ifdef USE_XPIDL
IDLSRCS = \
XPIDLSRCS = \
nsIDOMBaseAppCore.idl \
nsIDOMWindow.idl \
nsIDOMNodeList.idl \
nsIDOMXULTreeElement.idl\
nsIDOMXULElement.idl \
nsIDOMEditorAppCore.idl \
$(NULL)
endif
include $(topsrcdir)/config/config.mk