Moving public headers to public

This commit is contained in:
scullin%netscape.com 1998-10-19 18:34:10 +00:00
Родитель 33dc7831bd
Коммит 2b744ac615
2 изменённых файлов: 2 добавлений и 19 удалений

Просмотреть файл

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

Просмотреть файл

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