Changeset: 47e4899bbb1b for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=47e4899bbb1b
Modified Files:
        gdk/Makefile.ag
Branch: headless
Log Message:

Move the logger out of the way


diffs (24 lines):

diff --git a/gdk/Makefile.ag b/gdk/Makefile.ag
--- a/gdk/Makefile.ag
+++ b/gdk/Makefile.ag
@@ -19,7 +19,9 @@
 
 INCLUDES = ../common/options ../common/stream ../common/utils 
$(valgrind_CFLAGS)
 
-EXTRA_DIST = gdk.h gdk_cbp.h gdk_col.h gdk_delta.h gdk_logger.h gdk_posix.h 
gdk_private.h gdk_qsort_impl.h gdk_ssort_impl.h gdk_storage.h gdk_system.h 
gdk_tm.h gdk_utils.h gdk_setop.h
+EXTRA_DIST = gdk.h gdk_cbp.h gdk_col.h gdk_delta.h \
+#      gdk_logger.h \
+       gdk_posix.h gdk_private.h gdk_qsort_impl.h gdk_ssort_impl.h 
gdk_storage.h gdk_system.h gdk_tm.h gdk_utils.h gdk_setop.h
 
 lib_gdk = { 
        VERSION = $(GDK_VERSION)
@@ -36,7 +38,8 @@
                gdk_system.c gdk_value.c \
 #              gdk_rangejoin.mx \
                gdk_posix.c \
-#              gdk_logger.c bat.feps bat1.feps bat2.feps \
+#              gdk_logger.c \
+               bat.feps bat1.feps bat2.feps \
                gdk_inspect.c \
                libbat.rc
        LIBS = ../common/options/libmoptions \
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to