Fixed implementation include paths.

This commit is contained in:
waterson%netscape.com 1998-12-24 07:27:25 +00:00
parent afa9a00a4d
commit c5116f64bc
3 changed files with 11 additions and 3 deletions

View File

@ -42,9 +42,9 @@ REQUIRES = dom js netlib rdf raptor xpcom
# XXX Note dependencies on implementation headers for factory functions
INCLUDES += -I$(srcdir)/../rdf/base/src \
-I$(srcdir)/../rdf/content/src \
-I$(srcdir)/../rdf/datasource/src \
INCLUDES += -I$(srcdir)/../base/src \
-I$(srcdir)/../content/src \
-I$(srcdir)/../datasource/src \
$(NULL)
EXTRA_DSO_LDOPTS = \

View File

@ -44,6 +44,10 @@ MODULE = rdf
REQUIRES = dom js netlib rdf raptor xpcom
# XXX This is a dependency on rdfutil.h: it'll go away once that becomes
# a first-class XPCOM interface.
INCLUDES += -I$(srcdir)/../../base/src
MKSHLIB :=
# we don't want the shared lib

View File

@ -40,6 +40,10 @@ MODULE = rdf
REQUIRES = dom js netlib rdf raptor xpcom
# XXX This is a dependency on rdfutil.h: it'll go away once that becomes
# a first-class XPCOM interface.
INCLUDES += -I$(srcdir)/../../base/src
MKSHLIB :=
# we don't want the shared lib