diff --git a/configure.ac b/configure.ac index 2857b74e3d8c388130fcafae223ecde6fefaefb5..84e76133b6387b40f26c9ee348b9da2a904c1e80 100644 --- a/configure.ac +++ b/configure.ac @@ -328,11 +328,13 @@ AC_ARG_ENABLE(python, [if [[ "$enableval" = "yes" ]]; then PYTHON_PRJ=ocarina-python.gpr PYTHON_TARGET=python_tree + PYTHON_RUNTIME=python fi], []) AC_SUBST(PYTHON_PRJ) AC_SUBST(PYTHON_TARGET) +AC_SUBST(PYTHON_RUNTIME) ########################################## # Some version control stuff diff --git a/resources/runtime/Makefile.am b/resources/runtime/Makefile.am index ce24dea1efd3c9b7822654c0b533875d8d51ffa7..4bedc03759445180833c8b6246186a3b412c4e29 100644 --- a/resources/runtime/Makefile.am +++ b/resources/runtime/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = cheddar aadl_xml python +SUBDIRS = cheddar aadl_xml ${PYTHON_RUNTIME} @DEBUG_FALSE@DEBUG_FLAG = --disable-debug @DEBUG_TRUE@DEBUG_FLAG = --enable-debug