mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-01 05:43:46 +00:00
fix for unix bustage
This commit is contained in:
parent
88359ec04e
commit
72b7591567
@ -42,6 +42,7 @@ CPPSRCS = \
|
||||
MODULE = raptor
|
||||
|
||||
EXPORTS = \
|
||||
nsDocument.h \
|
||||
nsSelectionRange.h \
|
||||
nsSelectionPoint.h \
|
||||
nsXIFConverter.h \
|
||||
|
@ -47,6 +47,7 @@ CPPSRCS = \
|
||||
MODULE = raptor
|
||||
|
||||
EXPORTS = \
|
||||
nsDocument.h \
|
||||
nsSelectionRange.h \
|
||||
nsSelectionPoint.h \
|
||||
nsXIFConverter.h \
|
||||
|
@ -56,6 +56,7 @@ CPPSRCS= \
|
||||
|
||||
EXPORTS = \
|
||||
nsGlobalVariables.h \
|
||||
nsIHTMLContent.h \
|
||||
$(NULL)
|
||||
|
||||
MODULE = raptor
|
||||
|
@ -61,6 +61,7 @@ CPPSRCS= \
|
||||
|
||||
EXPORTS = \
|
||||
nsGlobalVariables.h \
|
||||
nsIHTMLContent.h \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
||||
|
Loading…
Reference in New Issue
Block a user