lib: merge `assert-pre.h` and `assert-post.h` into `assert-cond.h`
[babeltrace.git] / src / lib / Makefile.am
index d061422e1119d378419d7fa71353eda27bb04732..ce6ba4a4f664ec5d3279fc5511265192a8af61c3 100644 (file)
@@ -1,10 +1,11 @@
+# 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 \
This page took 0.023549 seconds and 4 git commands to generate.