From 5cc5b6ffb902b4e1dd4a43f94434451657c8a3e4 Mon Sep 17 00:00:00 2001 From: "sfraser%netscape.com" Date: Tue, 3 Aug 1999 00:45:19 +0000 Subject: [PATCH] Add nsIDocumentStateListener.idl to the build. git-svn-id: svn://10.0.0.236/trunk@41903 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/editor/idl/MANIFEST | 1 + mozilla/editor/idl/Makefile.in | 1 + mozilla/editor/idl/makefile.win | 1 + 3 files changed, 3 insertions(+) diff --git a/mozilla/editor/idl/MANIFEST b/mozilla/editor/idl/MANIFEST index 8e20cece3b2..1fc1802ab7f 100644 --- a/mozilla/editor/idl/MANIFEST +++ b/mozilla/editor/idl/MANIFEST @@ -18,3 +18,4 @@ nsIEditorShell.idl nsIEditorSpellCheck.idl +nsIDocumentStateListener.idl diff --git a/mozilla/editor/idl/Makefile.in b/mozilla/editor/idl/Makefile.in index 30df72ea0e9..4afc853868d 100644 --- a/mozilla/editor/idl/Makefile.in +++ b/mozilla/editor/idl/Makefile.in @@ -24,6 +24,7 @@ include $(DEPTH)/config/autoconf.mk XPIDLSRCS = nsIEditorShell.idl \ nsIEditorSpellCheck.idl \ + nsIDocumentStateListener.idl \ $(NULL) MODULE = editor diff --git a/mozilla/editor/idl/makefile.win b/mozilla/editor/idl/makefile.win index 5c9c5f31645..76b92e298f8 100644 --- a/mozilla/editor/idl/makefile.win +++ b/mozilla/editor/idl/makefile.win @@ -25,6 +25,7 @@ XPIDL_MODULE=editor XPIDLSRCS = .\nsIEditorShell.idl \ .\nsIEditorSpellCheck.idl \ + .\nsIDocumentStateListener.idl \ $(NULL) include <$(DEPTH)\config\rules.mak>