only define these IDLSRCs if they have the IDL stuff

This commit is contained in:
sspitzer%netscape.com 1999-04-07 03:02:48 +00:00
parent 76fe68a8e1
commit f028033124

View File

@ -22,6 +22,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
ifdef BUILD_XPIDL
IDLSRCS = \
nsIDOMBaseAppCore.idl \
nsIDOMWindow.idl \
@ -30,6 +31,7 @@ IDLSRCS = \
nsIDOMXULElement.idl \
nsIDOMEditorAppCore.idl \
$(NULL)
endif
include $(topsrcdir)/config/config.mk