summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2005-03-25 01:39:36 +0000
committerDave Beckett <dave@dajobe.org>2005-03-25 01:39:36 +0000
commit299737c13c3875ffc19dc0e1ea85c73000f54ad1 (patch)
treebe1e673b7e19ce299287d2696355a927827fb456 /utils
parentac60b20ec88c6c987f6e313ffce79860f8c2f2cb (diff)
downloadraptor-299737c13c3875ffc19dc0e1ea85c73000f54ad1.tar.gz
Added grddl if RAPTOR_PARSER_GRDDL
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am
index df32e5a3..8fbafffd 100644
--- a/utils/Makefile.am
+++ b/utils/Makefile.am
@@ -100,6 +100,9 @@ endif
if RAPTOR_PARSER_RSS
libraptor_la_SOURCES += raptor_rss.c
endif
+if RAPTOR_PARSER_GRDDL
+libraptor_la_SOURCES += raptor_xslt.c
+endif
if RAPTOR_NFC_CHECK
libraptor_la_SOURCES += raptor_nfc_data.c raptor_nfc.c raptor_nfc.h
endif
@@ -260,10 +263,6 @@ raptor_iostream_test: $(srcdir)/raptor_iostream.c libraptor.la
raptor_xml_writer_test: $(srcdir)/raptor_xml_writer.c libraptor.la
$(LINK) $(DEFS) $(CPPFLAGS) -I$(srcdir) -I. -DSTANDALONE $(srcdir)/raptor_xml_writer.c libraptor.la $(LIBS)
-raptor_xslt_test: $(srcdir)/raptor_xslt.c libraptor.la
- $(LINK) $(DEFS) $(CPPFLAGS) -I$(srcdir) -I. `xslt-config --cflags` -DSTANDALONE $(srcdir)/raptor_xslt.c libraptor.la $(LIBS) `xslt-config --libs`
-
-
deb: distcheck
rm -rf $(distdir)