From 2b744ac615ac8bd43d60bc0dde746ebe05f3311d Mon Sep 17 00:00:00 2001 From: "scullin%netscape.com" Date: Mon, 19 Oct 1998 18:34:10 +0000 Subject: [PATCH] Moving public headers to public --- xpcom/Makefile | 2 +- xpcom/src/Makefile | 19 +------------------ 2 files changed, 2 insertions(+), 19 deletions(-) diff --git a/xpcom/Makefile b/xpcom/Makefile index ee4b5d71799c..d2a07a25c616 100644 --- a/xpcom/Makefile +++ b/xpcom/Makefile @@ -15,6 +15,6 @@ # Reserved. DEPTH = .. -DIRS = src tests +DIRS = public src tests include $(DEPTH)/config/rules.mk diff --git a/xpcom/src/Makefile b/xpcom/src/Makefile index 376319c979f8..f31455a5da1b 100644 --- a/xpcom/src/Makefile +++ b/xpcom/src/Makefile @@ -28,25 +28,8 @@ CPPSRCS = nsDebug.cpp \ nsTraceRefcnt.cpp \ $(NULL) -EXPORTS = nsCom.h \ - nsAgg.h \ - nsDebug.h \ - nsError.h \ - nsHashtable.h \ - nsID.h \ - nsIFactory.h \ - nsISupports.h \ - nsIPtr.h \ - nsIServiceManager.h \ - nsISupportsArray.h \ - nsRepository.h \ - nsIEnumerator.h \ - nsTraceRefcnt.h \ - nsVector.h \ - $(NULL) - LCFLAGS = -D_IMPL_NS_COM -DUSE_NSREG -REQUIRES = libreg +REQUIRES = $(MODULE) libreg include $(DEPTH)/config/rules.mk