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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user