summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2004-11-06 11:20:07 +0000
committerDave Beckett <dave@dajobe.org>2004-11-06 11:20:07 +0000
commit25e72b65cc8a911ab605d2c2165bfc378482cac1 (patch)
tree953ead441d1e22831a176949fd60eeef36d4e100
parentfdf5d9844455f8796cf719b93eb64512b1aaa134 (diff)
downloadraptor-25e72b65cc8a911ab605d2c2165bfc378482cac1.tar.gz
Added raptor_feature.c
-rw-r--r--Makefile.am3
-rw-r--r--docs/Makefile.am3
-rw-r--r--src/Makefile.am3
-rw-r--r--utils/Makefile.am3
4 files changed, 8 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index fcef88e0..731f9f6e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -70,7 +70,8 @@ LIBS=@LIBS@ $(MEM_LIBS)
libraptor_la_SOURCES = raptor_parse.c raptor_serialize.c \
raptor_rfc2396.c raptor_uri.c raptor_locator.c \
-raptor_namespace.c raptor_qname.c raptor_general.c raptor_utf8.c \
+raptor_namespace.c raptor_qname.c \
+raptor_feature.c raptor_general.c raptor_utf8.c \
raptor_www.c \
raptor_identifier.c \
raptor_sequence.c raptor_stringbuffer.c raptor_iostream.c
diff --git a/docs/Makefile.am b/docs/Makefile.am
index fcef88e0..731f9f6e 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -70,7 +70,8 @@ LIBS=@LIBS@ $(MEM_LIBS)
libraptor_la_SOURCES = raptor_parse.c raptor_serialize.c \
raptor_rfc2396.c raptor_uri.c raptor_locator.c \
-raptor_namespace.c raptor_qname.c raptor_general.c raptor_utf8.c \
+raptor_namespace.c raptor_qname.c \
+raptor_feature.c raptor_general.c raptor_utf8.c \
raptor_www.c \
raptor_identifier.c \
raptor_sequence.c raptor_stringbuffer.c raptor_iostream.c
diff --git a/src/Makefile.am b/src/Makefile.am
index fcef88e0..731f9f6e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -70,7 +70,8 @@ LIBS=@LIBS@ $(MEM_LIBS)
libraptor_la_SOURCES = raptor_parse.c raptor_serialize.c \
raptor_rfc2396.c raptor_uri.c raptor_locator.c \
-raptor_namespace.c raptor_qname.c raptor_general.c raptor_utf8.c \
+raptor_namespace.c raptor_qname.c \
+raptor_feature.c raptor_general.c raptor_utf8.c \
raptor_www.c \
raptor_identifier.c \
raptor_sequence.c raptor_stringbuffer.c raptor_iostream.c
diff --git a/utils/Makefile.am b/utils/Makefile.am
index fcef88e0..731f9f6e 100644
--- a/utils/Makefile.am
+++ b/utils/Makefile.am
@@ -70,7 +70,8 @@ LIBS=@LIBS@ $(MEM_LIBS)
libraptor_la_SOURCES = raptor_parse.c raptor_serialize.c \
raptor_rfc2396.c raptor_uri.c raptor_locator.c \
-raptor_namespace.c raptor_qname.c raptor_general.c raptor_utf8.c \
+raptor_namespace.c raptor_qname.c \
+raptor_feature.c raptor_general.c raptor_utf8.c \
raptor_www.c \
raptor_identifier.c \
raptor_sequence.c raptor_stringbuffer.c raptor_iostream.c