Changeset: 19faf1a1f8b4 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=19faf1a1f8b4
Modified Files:
sql/backends/monet5/UDF/Makefile.ag
Branch: ssdb
Log Message:
ssdb.c: link with another library that we use: libstream
diffs (13 lines):
diff --git a/sql/backends/monet5/UDF/Makefile.ag
b/sql/backends/monet5/UDF/Makefile.ag
--- a/sql/backends/monet5/UDF/Makefile.ag
+++ b/sql/backends/monet5/UDF/Makefile.ag
@@ -48,7 +48,8 @@ lib__ssdb = {
../../../storage/libstore \
../../../storage/bat/libbatstore \
../../../storage/restrict/librestrictstore \
- ../../../common/libsqlcommon
+ ../../../common/libsqlcommon \
+ ../../../../common/stream/libstream
}
headers_mal = {
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list