mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Moving public headers to public
This commit is contained in:
parent
33dc7831bd
commit
2b744ac615
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user