Changeset: 85903d2f879a for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=85903d2f879a
Modified Files:
sql/backends/monet5/UDF/Makefile.ag
Branch: ssdb
Log Message:
ssdb.c: link with the libraries whos functions we use:
libsqlserver for tmp_schema(), cur_schema(), mvc_bind_table(),
mvc_bind_schema(), sql_error(), mvc_bind_column()
libstore for store_funcs()
libsqlcommon for sql_message()
... in an attempt to get ssdb also compiled on Windows ...
diffs (17 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
@@ -43,7 +43,12 @@ lib__ssdb = {
DIR = libdir/monetdb5
SOURCES = ssdb.c ssdb.h
LIBS = ../../../../monetdb5/tools/libmonetdb5 \
- ../../../../gdk/libbat
+ ../../../../gdk/libbat \
+ ../../../server/libsqlserver \
+ ../../../storage/libstore \
+ ../../../storage/bat/libbatstore \
+ ../../../storage/restrict/librestrictstore \
+ ../../../common/libsqlcommon
}
headers_mal = {
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list