Moved nsHTMLTags.h from EXTRA_EXPORTS to EXPORTS.

git-svn-id: svn://10.0.0.236/trunk@14939 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org 1998-11-19 06:23:35 +00:00
parent 414a725af1
commit 5755d2cc70
2 changed files with 2 additions and 12 deletions

View File

@ -74,14 +74,9 @@ EXPORTS = \
CRtfDTD.h \
nsXIFDTD.h \
nsParserCIID.h \
nsHTMLTags.h \
$(NULL)
EXTRA_EXPORTS = \
nsHTMLTags.h \
$(NULL)
EXPORTS += $(EXTRA_EXPORTS)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
MODULE = raptor

View File

@ -74,14 +74,9 @@ EXPORTS = \
CRtfDTD.h \
nsXIFDTD.h \
nsParserCIID.h \
nsHTMLTags.h \
$(NULL)
EXTRA_EXPORTS = \
nsHTMLTags.h \
$(NULL)
EXPORTS += $(EXTRA_EXPORTS)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
MODULE = raptor