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

Use the proper files


diffs (29 lines):

diff --git a/monetdb5/scheduler/Makefile.ag b/monetdb5/scheduler/Makefile.ag
--- a/monetdb5/scheduler/Makefile.ag
+++ b/monetdb5/scheduler/Makefile.ag
@@ -29,19 +29,19 @@
        SOURCES = \
                run_adder.c \
                run_isolate.c \
-               run_memo.mx \
-               run_octopus.mx \
-               run_pipeline.mx 
+               run_memo.c \
+               run_octopus.c \
+               run_pipeline.c 
 #              run_tarantula.c
 }
 
 headers_mal = {
        HEADERS = mal
        DIR = libdir/monetdb5
-       SOURCES = run_adder.mal run_isolate.mal run_pipeline.mx run_memo.mx 
run_octopus.mx run_tarantula.mal
+       SOURCES = run_adder.mal run_isolate.mal run_pipeline.mal run_memo.mal 
run_octopus.mal # run_tarantula.mal
 }
 
 EXTRA_DIST_DIR = Tests
-EXTRA_DIST = run_adder.mal run_adder.h run_isolate.mal run_isolate.h 
run_tarantula.mal \
+EXTRA_DIST = run_adder.mal run_adder.h run_isolate.mal run_isolate.h \
+       run_memo.mal run_memo.h run_octopus.mal run_octopus.h
 #      run_tarantula.h \
-       run_memo.mal run_memo.h run_octopus.mal run_octopus.h
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to