X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Flib%2FMakefile.am;h=c636762612bd34f0eec09a8724eb40cef4b2b18e;hb=1eca514c6bc89f9359c3a1e2214e71d55d4700c1;hp=319f0fccf506d329523955eee8af44ae05805f44;hpb=553c4bab3cad8ad569c14a01b39a66a2d8bcde7c;p=babeltrace.git diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 319f0fcc..c6367626 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -1,15 +1,20 @@ +# 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-base.h \ + assert-cond.h \ + assert-cond.c \ babeltrace2.c \ current-thread.c \ error.c \ error.h \ func-status.h \ + integer-range-set.c \ + integer-range-set.h \ lib-logging.c \ logging.c \ logging.h \ @@ -34,5 +39,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