From 911acb7ee434f96b5a8cff7fb4242d3ecddf7031 Mon Sep 17 00:00:00 2001 From: "mark%moxienet.com" Date: Thu, 2 Feb 2006 02:43:42 +0000 Subject: [PATCH] 190307 nsINonBlockingAlertService.idl is not frozen, moving out of SDK_XPIDLSRCS git-svn-id: svn://10.0.0.236/trunk@188733 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/embedding/components/windowwatcher/public/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/embedding/components/windowwatcher/public/Makefile.in b/mozilla/embedding/components/windowwatcher/public/Makefile.in index a7994d1e0a3..9ba7f272018 100644 --- a/mozilla/embedding/components/windowwatcher/public/Makefile.in +++ b/mozilla/embedding/components/windowwatcher/public/Makefile.in @@ -49,13 +49,13 @@ GRE_MODULE = 1 SDK_XPIDLSRCS = nsIWindowWatcher.idl \ nsIPromptService.idl \ - nsINonBlockingAlertService.idl \ $(NULL) XPIDLSRCS = nsIDialogParamBlock.idl \ nsPIPromptService.idl \ nsPIWindowWatcher.idl \ nsIAuthPromptWrapper.idl \ + nsINonBlockingAlertService.idl \ $(NULL) include $(topsrcdir)/config/rules.mk