Changeset: 3efd69be74d7 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3efd69be74d7 Modified Files: clients/src/Makefile.ag Branch: default Log Message:
fixed bootrapping: native python client has been moved from clients/src/python/ to python/ hence, there is not python sub-directory here anymore to bootstrap and compile ... diffs (9 lines): diff -r 63a11eca5310 -r 3efd69be74d7 clients/src/Makefile.ag --- a/clients/src/Makefile.ag Thu May 13 14:52:36 2010 +0200 +++ b/clients/src/Makefile.ag Thu May 13 15:06:14 2010 +0200 @@ -15,4 +15,4 @@ # Copyright August 2008-2010 MonetDB B.V. # All Rights Reserved. -SUBDIRS = mapilib mapiclient HAVE_ODBC?odbc HAVE_PERL?perl php HAVE_PYTHON?python HAVE_RUBYGEM?ruby examples HAVE_MAPILITE?mapilite +SUBDIRS = mapilib mapiclient HAVE_ODBC?odbc HAVE_PERL?perl php HAVE_RUBYGEM?ruby examples HAVE_MAPILITE?mapilite _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
