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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user