Update of /cvsroot/monetdb/clients/src/perl/Cimpl
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23330/src/perl/Cimpl

Modified Files:
        Makefile.ag MapiLib.pm.i 
Log Message:
propagated changes of Tuesday Sep 18 2007 - Wednesday Oct 03 2007
from the Clients_1-20 branch to the development trunk


Index: Makefile.ag
===================================================================
RCS file: /cvsroot/monetdb/clients/src/perl/Cimpl/Makefile.ag,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile.ag 9 May 2007 11:50:55 -0000       1.4
+++ Makefile.ag 3 Oct 2007 13:56:21 -0000       1.5
@@ -14,8 +14,8 @@
 # Portions created by CWI are Copyright (C) 1997-2007 CWI.
 # All Rights Reserved.
 
-SWIGFLAGS = -I../../mapilib
-INCLUDES = -I../../mapilib $(MONETDB_INCS) $(PERL_INCS)
+SWIGFLAGS = -I../..
+INCLUDES = -I../.. $(MONETDB_INCS) $(PERL_INCS)
 
 # we need this flag to allow for a name that does not start with "lib"
 MapiLib_la_LDFLAGS = -module

Index: MapiLib.pm.i
===================================================================
RCS file: /cvsroot/monetdb/clients/src/perl/Cimpl/MapiLib.pm.i,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- MapiLib.pm.i        3 Jan 2007 12:18:05 -0000       1.2
+++ MapiLib.pm.i        3 Oct 2007 13:56:22 -0000       1.3
@@ -21,7 +21,7 @@
 %{
 #include "clients_config.h"
 #include <stream.h>
-#include "Mapi.h"
+#include "mapilib/Mapi.h"
 %}
 
 // don't care for the guard symbol
@@ -105,4 +105,4 @@
     $1 = IoIFP(sv_2io($input));
 }
 
-%include "Mapi.h"
+%include "mapilib/Mapi.h"


-------------------------------------------------------------------------
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