From 93a29119d22deb6713f70dc5b5c5a1ff352e436c Mon Sep 17 00:00:00 2001 From: "dougt%netscape.com" Date: Wed, 4 Sep 2002 00:18:10 +0000 Subject: [PATCH] moving nsISupportsPrimitives.idl to SDK section per HowToFreeze doc git-svn-id: svn://10.0.0.236/trunk@128781 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/ds/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpcom/ds/Makefile.in b/mozilla/xpcom/ds/Makefile.in index 772244aff1a..ee894cdb549 100644 --- a/mozilla/xpcom/ds/Makefile.in +++ b/mozilla/xpcom/ds/Makefile.in @@ -120,7 +120,6 @@ XPIDLSRCS = \ nsISerializable.idl \ nsISupportsArray.idl \ nsISupportsIterators.idl \ - nsISupportsPrimitives.idl \ nsITimelineService.idl \ $(NULL) @@ -129,6 +128,7 @@ SDK_XPIDLSRCS = \ nsIObserver.idl \ nsIProperties.idl \ nsISimpleEnumerator.idl \ + nsISupportsPrimitives.idl \ $(NULL) EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))