Adding nsIChromeEventHandler.idl to the build. r=hyatt

This commit is contained in:
tbogard%aol.net 1999-11-22 08:03:54 +00:00
parent a8a1643f27
commit 261d576815
2 changed files with 9 additions and 0 deletions

View File

@ -80,6 +80,10 @@ nsIStatefulFrame.h \
nsISelfScrollingFrame.h \
$(NULL)
XPIDLSRCS = \
nsIChromeEventHandler.idl \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
include $(topsrcdir)/config/rules.mk

View File

@ -75,5 +75,10 @@ EXPORTS = \
MODULE=raptor
XPIDLSRCS= \
.\nsIChromeEventHandler.idl \
$(NULL)
include <$(DEPTH)\config\rules.mak>