Moving public headers to public

git-svn-id: svn://10.0.0.236/trunk@13100 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scullin%netscape.com
1998-10-19 18:34:10 +00:00
parent 6f0c617896
commit 2730141975
2 changed files with 2 additions and 19 deletions

View File

@@ -15,6 +15,6 @@
# Reserved.
DEPTH = ..
DIRS = src tests
DIRS = public src tests
include $(DEPTH)/config/rules.mk

View File

@@ -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