diff --git a/profile/macbuild/ProfileServicesIDL.mcp b/profile/macbuild/ProfileServicesIDL.mcp index f34a362642d1..a393fad1112a 100644 Binary files a/profile/macbuild/ProfileServicesIDL.mcp and b/profile/macbuild/ProfileServicesIDL.mcp differ diff --git a/profile/public/Makefile.in b/profile/public/Makefile.in index 3b0edebe2435..10c8ad642baa 100644 --- a/profile/public/Makefile.in +++ b/profile/public/Makefile.in @@ -32,6 +32,7 @@ XPIDLSRCS = \ nsIProfile.idl \ nsIProfileInternal.idl \ nsIProfileStartupListener.idl \ + nsIProfileChangeStatus.idl \ $(NULL) include $(topsrcdir)/config/rules.mk diff --git a/profile/public/makefile.win b/profile/public/makefile.win index c6d04f0bb7f0..d9ea19a432e0 100644 --- a/profile/public/makefile.win +++ b/profile/public/makefile.win @@ -33,6 +33,7 @@ XPIDLSRCS = \ .\nsIProfile.idl \ .\nsIProfileInternal.idl \ .\nsIProfileStartupListener.idl \ + .\nsIProfileChangeStatus.idl \ $(NULL) include <$(DEPTH)\config\rules.mak>