Update of /cvsroot/monetdb/sql/src/storage
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30591

Modified Files:
        Makefile.ag store.mx 
Log Message:
made conditional compilation work again (ie m4/sql without m5 and vs)


Index: store.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/storage/store.mx,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- store.mx    15 Jan 2008 10:40:24 -0000      1.7
+++ store.mx    16 Jan 2008 08:51:14 -0000      1.8
@@ -32,9 +32,7 @@
 #include <restrict/restrict_table.h>
 #include <restrict/restrict_logger.h>
 
-#include <bpm/bpm_storage.h>
-#include <bpm/bpm_table.h>
-#include <bpm/bpm_logger.h>
+#include <m4/bpm.h>
 
 /* version 04.00.00 of catalog */
 #define CATALOG_VERSION 40000

Index: Makefile.ag
===================================================================
RCS file: /cvsroot/monetdb/sql/src/storage/Makefile.ag,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Makefile.ag 15 Jan 2008 10:40:23 -0000      1.12
+++ Makefile.ag 16 Jan 2008 08:51:14 -0000      1.13
@@ -20,7 +20,7 @@
 
 EXTRA_DIST = sql_storage.h
 
-SUBDIRS = bat restrict HAVE_MONETDB5?bpm HAVE_MONETDB4?m4
+SUBDIRS = bat restrict m4 HAVE_MONETDB5?bpm 
 
 INCLUDES = ../include ../common $(MONETDB_INCS)
 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to