Update of /cvsroot/monetdb/MonetDB4/src/mapi
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv19710/src/mapi

Modified Files:
      Tag: GDK-2
        Makefile.ag mapi.mx 
Log Message:
propagated changes of Friday Sep 28 2007 - Wednesday Oct 03 2007
from the development trunk to the GDK-2 branch


Index: Makefile.ag
===================================================================
RCS file: /cvsroot/monetdb/MonetDB4/src/mapi/Makefile.ag,v
retrieving revision 1.3.4.1
retrieving revision 1.3.4.2
diff -u -d -r1.3.4.1 -r1.3.4.2
--- Makefile.ag 18 Sep 2007 11:06:16 -0000      1.3.4.1
+++ Makefile.ag 3 Oct 2007 14:36:53 -0000       1.3.4.2
@@ -14,7 +14,7 @@
 # Portions created by CWI are Copyright (C) 1997-2007 CWI.
 # All Rights Reserved.
 
-INCLUDES = $(MONETDB_INCS) -I../monet \
+INCLUDES = $(MONETDB_INCS) -I.. -I../monet \
           -I../modules/plain -I../modules/plain/stream \
           $(OPENSSL_INCS)
 

Index: mapi.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB4/src/mapi/mapi.mx,v
retrieving revision 1.15
retrieving revision 1.15.2.1
diff -u -d -r1.15 -r1.15.2.1
--- mapi.mx     9 Jul 2007 08:44:36 -0000       1.15
+++ mapi.mx     3 Oct 2007 14:36:55 -0000       1.15.2.1
@@ -139,7 +139,7 @@
 
 #include <streams.h>
 #include <monet_context.h>
-#include <mapi.proto.h>
+#include <mapi/mapi.proto.h>
 
 #define NEW_ARRAY( type, size )        (type*)GDKmalloc((size)*sizeof(type))
 #define STREQ(a, b)            (strcmp(a, b)==0)


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to