Changeset: 9ca7430af7f2 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9ca7430af7f2
Modified Files:
sql/src/sql/Makefile.ag
Branch: Oct2010
Log Message:
install rdf.sql conditinally only if MonetDB5 server comes with RDF support,
i.e., in case libraptor was available when MonetDB5 was build;
otherwise, rdf.sql is of no use at all.
diffs (18 lines):
diff -r 392761a5bd5a -r 9ca7430af7f2 sql/src/sql/Makefile.ag
--- a/sql/src/sql/Makefile.ag Fri Oct 08 16:29:33 2010 +0200
+++ b/sql/src/sql/Makefile.ag Sat Oct 09 10:33:45 2010 +0200
@@ -22,6 +22,13 @@
DIR = libdir/MonetDB5
SOURCES = \
createdb.mx \
- cache.sql octopus.sql parts.sql rdf.sql \
+ cache.sql octopus.sql parts.sql \
replication.sql temporal.sql vacuum.sql
}
+
+headers_rdf = {
+ COND = HAVE_MONETDB5_RDF
+ HEADERS = sql
+ DIR = libdir/MonetDB5
+ SOURCES = rdf.sql
+}
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list