Changeset: 8b7ae93f5bb3 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8b7ae93f5bb3
Modified Files:
        tools/Makefile.ag
        tools/embedded/Makefile.ag
Branch: embedded
Log Message:

if we don't build embedded, we still want to run tests


diffs (22 lines):

diff --git a/tools/Makefile.ag b/tools/Makefile.ag
--- a/tools/Makefile.ag
+++ b/tools/Makefile.ag
@@ -4,4 +4,4 @@
 #
 # Copyright 2008-2015 MonetDB B.V.
 
-SUBDIRS = HAVE_MONETDB5?mserver NOT_WIN32?merovingian HAVE_EMBEDDED?embedded
+SUBDIRS = HAVE_MONETDB5?mserver NOT_WIN32?merovingian embedded
diff --git a/tools/embedded/Makefile.ag b/tools/embedded/Makefile.ag
--- a/tools/embedded/Makefile.ag
+++ b/tools/embedded/Makefile.ag
@@ -33,7 +33,8 @@ INCLUDES = ../../monetdb5/mal \
                   ../../sql/backends/monet5 \ 
                   $(pcre_CFLAGS)
 
-lib_embedded  =  {
+lib_embedded  = {
+       COND = HAVE_EMBEDDED
        SOURCES = embedded.c embedded.h
        VERSION = 1
        LIBS = ../../monetdb5/tools/libmonetdb5 \
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to