mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 20:49:27 +00:00
Fixed to get Unix building.
This commit is contained in:
parent
2b7d21e87f
commit
f168531ad1
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user