Changeset: 58d5236af29a for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=58d5236af29a
Modified Files:
        MonetDB5/src/modules/mal/Makefile.ag
Branch: default
Log Message:

merge with Oct2010


diffs (30 lines):

diff -r 7288aadb8dc8 -r 58d5236af29a MonetDB5/src/modules/mal/Makefile.ag
--- a/MonetDB5/src/modules/mal/Makefile.ag      Sat Oct 02 12:56:15 2010 +0200
+++ b/MonetDB5/src/modules/mal/Makefile.ag      Sun Oct 03 00:12:12 2010 +0200
@@ -31,7 +31,7 @@
                profiler.mx const.mx attach.mx algebraExtensions.mx \
                inspect.mx manual.mx pqueue.mx mkey.mx \
                factories.mx groupby.mx mdb.mx  \
-               urlbox.mx mat.mx histogram.mx \
+               urlbox.mx histogram.mx \
                sabaoth.mx remote.mx txtsim.mx recycle.mx \
                cluster.mx trader.mx pma.mx \
                tokenizer.mx zorder.mx
@@ -43,6 +43,17 @@
                 $(MALLOC_LIBS) $(PTHREAD_LIBS) $(DL_LIBS)
 }
 
+lib_mat = {
+       DIR = libdir/MonetDB5
+       SEP = _
+       SOURCES = mat.mx
+       LIBS = ../../mal/libmonetdb5 ../kernel/lib_bat5 ../kernel/lib_group 
$(MONETDB_LIBS) -lbat -lstream $(MATH_LIBS) \
+                $(CLIENTS_LIBS) -lMapi \
+                $(SOCKET_LIBS) $(Z_LIBS) $(BZ_LIBS) \
+                $(MALLOC_LIBS) $(PTHREAD_LIBS) $(DL_LIBS) \
+               $(LIBXML2_LIBS) $(ICONV_LIBS)
+}
+
 lib_batExtensions = {
        DIR = libdir/MonetDB5
        SEP = _
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to