Changeset: 039feb6b84d4 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=039feb6b84d4
Modified Files:
        sql/server/Makefile.ag
        sql/server/rel_psm.c
Branch: RIntegration
Log Message:

add rapi directory to the includes in sql/server


diffs (23 lines):

diff --git a/sql/server/Makefile.ag b/sql/server/Makefile.ag
--- a/sql/server/Makefile.ag
+++ b/sql/server/Makefile.ag
@@ -18,6 +18,8 @@
 ## Process this file with automake to produce Makefile.in
 
 INCLUDES = ../include ../common ../storage \
+                  ../../monetdb5/mal \
+                  ../../monetdb5/extras/rapi \
                   ../../clients/mapilib \
                   ../../common/options \
                   ../../common/stream \
diff --git a/sql/server/rel_psm.c b/sql/server/rel_psm.c
--- a/sql/server/rel_psm.c
+++ b/sql/server/rel_psm.c
@@ -26,7 +26,6 @@
 #include "rel_exp.h"
 #include "rel_updates.h"
 #include "sql_privileges.h"
-#undef HAVELIBR
 #ifdef HAVE_LIBR
 #include "rapi.h"
 #endif
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to