Add nsIDocumentStateListener.idl to the build.

git-svn-id: svn://10.0.0.236/trunk@41903 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sfraser%netscape.com
1999-08-03 00:45:19 +00:00
parent 4435768ca9
commit 5cc5b6ffb9
3 changed files with 3 additions and 0 deletions

View File

@@ -18,3 +18,4 @@
nsIEditorShell.idl
nsIEditorSpellCheck.idl
nsIDocumentStateListener.idl

View File

@@ -24,6 +24,7 @@ include $(DEPTH)/config/autoconf.mk
XPIDLSRCS = nsIEditorShell.idl \
nsIEditorSpellCheck.idl \
nsIDocumentStateListener.idl \
$(NULL)
MODULE = editor

View File

@@ -25,6 +25,7 @@ XPIDL_MODULE=editor
XPIDLSRCS = .\nsIEditorShell.idl \
.\nsIEditorSpellCheck.idl \
.\nsIDocumentStateListener.idl \
$(NULL)
include <$(DEPTH)\config\rules.mak>