Fixed to get Unix building.

git-svn-id: svn://10.0.0.236/trunk@14432 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
waterson%netscape.com
1998-11-11 18:58:51 +00:00
parent 8b274a181d
commit 62bbe5f89b

View File

@@ -26,22 +26,32 @@ LIBRARY_NAME = rdf
REQUIRES = nspr xpcom netlib raptor
LOCAL_INCLUDES = \
-I(PUBLIC)/rdf \
-I(PUBLIC)/xpcom \
-I(PUBLIC)/netlib \
LOCAL_INCLUDES= \
-I$(PUBLIC)/rdf \
-I$(PUBLIC)/xpcom \
-I$(PUBLIC)/netlib \
$(NULL)
CSRCS = \
vocab.c \
core.c \
remstore.c \
utils.c \
rdfparse.c \
bmk2mcf.c \
rdfht.c \
columns.c \
ht.c \
$(NULL)
CSRCS= \
vocab.c \
core.c \
remstore.c \
utils.c \
rdfparse.c \
bmk2rdf.c \
columns.c \
rdfht.c \
$(NULL)
CPPSRCS= \
comwrap.cpp \
netglue.cpp \
nsRDFDataModel.cpp \
nsRDFDataModelItem.cpp \
nsRDFTreeColumn.cpp \
nsRDFTreeDataModel.cpp \
nsRDFTreeItem.cpp \
$(NULL)
include $(DEPTH)/config/config.mk