Move bt_message_type_string to common
[babeltrace.git] / src / lib / Makefile.am
index bebdb2977dbb35e23217ed06c588558b4500ecaa..c636762612bd34f0eec09a8724eb40cef4b2b18e 100644 (file)
@@ -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 \
This page took 0.025491 seconds and 4 git commands to generate.