Changeset: e16ca128f0a9 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e16ca128f0a9
Modified Files:
sql/backends/monet5/Makefile.ag
sql/backends/monet5/sql.mx
Branch: Aug2011
Log Message:
remove duplicate include of math.h and add MATH_LIBS to the list of LIBS.
diffs (23 lines):
diff --git a/sql/backends/monet5/Makefile.ag b/sql/backends/monet5/Makefile.ag
--- a/sql/backends/monet5/Makefile.ag
+++ b/sql/backends/monet5/Makefile.ag
@@ -57,7 +57,7 @@ lib__sql = {
../../../gdk/libbat \
../../../common/stream/libstream \
$(READLINE_LIBS) $(PTHREAD_LIBS) \
- $(raptor_LIBS)
+ $(raptor_LIBS) $(MATH_LIBS)
}
diff --git a/sql/backends/monet5/sql.mx b/sql/backends/monet5/sql.mx
--- a/sql/backends/monet5/sql.mx
+++ b/sql/backends/monet5/sql.mx
@@ -1418,7 +1418,6 @@ sql5_export void freeVariables(Client c,
#include <rel_exp.h>
#include <rel_dump.h>
#include <rel_bin.h>
-#include <math.h>
#include <bbp.h>
#include <cluster.h>
#include <opt_dictionary.h>
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list