summaryrefslogtreecommitdiff
path: root/Makefile.am
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 /Makefile.am
parentfdf5d9844455f8796cf719b93eb64512b1aaa134 (diff)
downloadraptor-25e72b65cc8a911ab605d2c2165bfc378482cac1.tar.gz
Added raptor_feature.c
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 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