Fix: add missing files to make dist, disable python bindings
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 9 Jun 2017 21:01:23 +0000 (17:01 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 9 Jun 2017 21:50:29 +0000 (17:50 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
bindings/Makefile.am
configure.ac
include/Makefile.am

index dcd868da1ee2d2f43fadc1fd3a6f0d7e41a98874..b4f9ac5fe93acbfbab73e85a63066a5ac720ac62 100644 (file)
@@ -1,3 +1,4 @@
 if USE_PYTHON
-SUBDIRS = python
+#Disabled temporarily (work in progress)
+#SUBDIRS = python
 endif
index 016002d292b809bcc2dabb109e84d57c79bd8d63..68efa882e5d10891818b595e6240181b6feeb849 100644 (file)
@@ -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
index 0ffa35a16fec6910796d60bd8c143a45d3da48d7..3bd6a25a0c01476a6ac93a449f133af8e018b436 100644 (file)
@@ -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 \
This page took 0.025069 seconds and 4 git commands to generate.