mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Fix Unix build bustage
This commit is contained in:
parent
81c1022008
commit
671a19cd9d
@ -40,6 +40,16 @@ CPPSRCS = \
|
||||
nsHTMLValue.cpp \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS = \
|
||||
nsCSSProps.h \
|
||||
nsCSSPropIDs.h \
|
||||
nsICSSStyleSheet.h \
|
||||
nsICSSStyleRule.h \
|
||||
nsICSSDeclaration.h \
|
||||
nsHTMLValue.h \
|
||||
nsIHTMLCSSStyleSheet.h
|
||||
$(NULL)
|
||||
|
||||
MODULE = raptor
|
||||
|
||||
INCLUDES += -I../../base/src -I../../../base/src -I.
|
||||
|
Loading…
Reference in New Issue
Block a user