From 45ff8fe431c2afecf89a32b608d4d1eee1873d4f Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 9 Jun 2017 17:01:23 -0400 Subject: [PATCH] Fix: add missing files to make dist, disable python bindings MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Mathieu Desnoyers Signed-off-by: Jérémie Galarneau --- bindings/Makefile.am | 3 ++- configure.ac | 9 +++++---- include/Makefile.am | 1 + 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/bindings/Makefile.am b/bindings/Makefile.am index dcd868da..b4f9ac5f 100644 --- a/bindings/Makefile.am +++ b/bindings/Makefile.am @@ -1,3 +1,4 @@ if USE_PYTHON -SUBDIRS = python +#Disabled temporarily (work in progress) +#SUBDIRS = python endif diff --git a/configure.ac b/configure.ac index 016002d2..68efa882 100644 --- a/configure.ac +++ b/configure.ac @@ -467,6 +467,11 @@ AS_IF([test "x$enable_api_doc" = "xyes"], [ DX_INIT_DOXYGEN([Babeltrace], [$(srcdir)/Doxyfile], [output]) ]) + #TODO: removed, work in progress + #bindings/python/Makefile + #bindings/python/babeltrace/Makefile + #bindings/python/bt2/Makefile + #bindings/python/bt2/__init__.py AC_CONFIG_FILES([ Makefile common/Makefile @@ -488,10 +493,6 @@ AC_CONFIG_FILES([ include/Makefile logging/Makefile bindings/Makefile - bindings/python/Makefile - bindings/python/babeltrace/Makefile - bindings/python/bt2/Makefile - bindings/python/bt2/__init__.py tests/Makefile tests/cli/Makefile tests/cli/intersection/Makefile diff --git a/include/Makefile.am b/include/Makefile.am index 0ffa35a1..3bd6a25a 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -128,6 +128,7 @@ noinst_HEADERS = \ babeltrace/graph/notification-stream-internal.h \ babeltrace/graph/port-internal.h \ babeltrace/lib-logging-internal.h \ + babeltrace/list-internal.h \ babeltrace/logging-internal.h \ babeltrace/mmap-align-internal.h \ babeltrace/object-internal.h \ -- 2.34.1