mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Added new headers to the EXPORT rule...
This commit is contained in:
parent
5580372c99
commit
a5606ccdd6
@ -20,4 +20,7 @@ nsVector.h
|
||||
nsMacRepository.h
|
||||
nsTraceRefcnt.h
|
||||
plvector.h
|
||||
nsXPComFactory.h
|
||||
nsXPComCIID.h
|
||||
nsIEventQueueService.h
|
||||
nsICollection.h
|
||||
|
@ -42,6 +42,9 @@ EXPORTS = \
|
||||
nsTraceRefcnt.h \
|
||||
nsVector.h \
|
||||
plvector.h \
|
||||
nsXPComFactory.h \
|
||||
nsXPComCIID.h \
|
||||
nsIEventQueueService.h \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
||||
|
@ -38,6 +38,9 @@ EXPORTS = \
|
||||
nsTraceRefcnt.h \
|
||||
nsVector.h \
|
||||
plvector.h \
|
||||
nsXPComFactory.h \
|
||||
nsXPComCIID.h \
|
||||
nsIEventQueueService.h \
|
||||
$(NULL)
|
||||
|
||||
MODULE = xpcom
|
||||
|
Loading…
Reference in New Issue
Block a user