For collation key sorting support, need to #include DIST area's "locale" directory.

This commit is contained in:
rjc%netscape.com 1999-05-17 22:47:32 +00:00
parent e1b868d4d5
commit 4d0dad7ee7
2 changed files with 2 additions and 1 deletions

View File

@ -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.

View File

@ -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)