X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Flib%2FMakefile.am;h=ce6ba4a4f664ec5d3279fc5511265192a8af61c3;hb=d98421f2abfc5adab28ab7ee9b63537a6c7261cc;hp=db80b960ef6dc8d3b69b279047cc1e8bd88a0044;hpb=1f9f5b4d1def78f948fab510e065bc5ca01c8147;p=babeltrace.git diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index db80b960..ce6ba4a4 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -1,17 +1,24 @@ +# SPDX-License-Identifier: MIT + SUBDIRS = trace-ir prio-heap plugin graph lib_LTLIBRARIES = libbabeltrace2.la libbabeltrace2_la_SOURCES = \ - assert-post.h \ - assert-pre.h \ + assert-cond.h \ babeltrace2.c \ + current-thread.c \ + error.c \ + error.h \ + func-status.h \ + integer-range-set.c \ + integer-range-set.h \ lib-logging.c \ - logging.h \ logging.c \ - object.h \ + logging.h \ object-pool.c \ object-pool.h \ + object.h \ property.h \ util.c \ value.c \ @@ -30,5 +37,5 @@ libbabeltrace2_la_LIBADD = \ $(top_builddir)/src/compat/libcompat.la if ENABLE_BUILT_IN_PYTHON_PLUGIN_SUPPORT -libbabeltrace2_la_LIBADD += $(top_builddir)/src/python-plugin-provider/libbabeltrace2-python-plugin-provider.la +libbabeltrace2_la_LIBADD += $(top_builddir)/src/python-plugin-provider/babeltrace2-python-plugin-provider.la endif