mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-27 10:50:35 +00:00
For collation key sorting support, need to #include DIST area's "locale" directory.
This commit is contained in:
parent
e1b868d4d5
commit
4d0dad7ee7
@ -56,7 +56,7 @@ EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
||||
|
||||
MODULE = rdf
|
||||
|
||||
REQUIRES = dom js netlib rdf raptor xpcom
|
||||
REQUIRES = dom js netlib rdf raptor xpcom locale
|
||||
|
||||
# XXX This is a dependency on rdfutil.h: it'll go away once that becomes
|
||||
# a first-class XPCOM interface.
|
||||
|
@ -60,6 +60,7 @@ LINCS= -I$(PUBLIC)\rdf \
|
||||
-I$(PUBLIC)\lwbrk \
|
||||
-I$(PUBLIC)\js \
|
||||
-I$(PUBLIC)\dom \
|
||||
-I$(PUBLIC)\locale \
|
||||
-I$(DEPTH)\rdf\base\src \
|
||||
-I$(DEPTH)\layout\html\base\src \
|
||||
$(NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user