From aa3d42d11e48c832dece1f59c2d19356861d9604 Mon Sep 17 00:00:00 2001 From: Dave Beckett Date: Mon, 18 Jul 2005 16:26:35 +0000 Subject: Added raptor_guess.c --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 7761a0e5..cc4fdf37 100644 --- a/Makefile.am +++ b/Makefile.am @@ -103,6 +103,9 @@ endif if RAPTOR_PARSER_GRDDL libraptor_la_SOURCES += raptor_xslt.c endif +if RAPTOR_PARSER_GUESS +libraptor_la_SOURCES += raptor_guess.c +endif # Note other serializers are currently implemented in raptor_serialize.c # and cannot be conditionally compiled away as separate files if RAPTOR_SERIALIZER_RDFXML_ABBREV -- cgit v1.2.1