Changeset: 21a58d022f81 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=21a58d022f81
Modified Files:
        MonetDB/src/common/Makefile.ag
Branch: default
Log Message:

libstream does not actually depend on libmutils.


diffs (12 lines):

diff -r 631a6f1c1aab -r 21a58d022f81 MonetDB/src/common/Makefile.ag
--- a/MonetDB/src/common/Makefile.ag    Thu Jan 06 10:12:44 2011 +0100
+++ b/MonetDB/src/common/Makefile.ag    Thu Jan 06 14:50:36 2011 +0100
@@ -31,7 +31,7 @@
 
 lib_stream  =  {
        SOURCES = stream.mx dummy_gdk_utils.mx
-       LIBS = libmutils $(SOCKET_LIBS) $(Z_LIBS) $(BZ_LIBS) $(OPENSSL_LIBS) 
$(CURL_LIBS) $(ICONV_LIBS)
+       LIBS = $(SOCKET_LIBS) $(Z_LIBS) $(BZ_LIBS) $(OPENSSL_LIBS) $(CURL_LIBS) 
$(ICONV_LIBS)
 }
 
 headers_common = {
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to