lib: merge `assert-pre.h` and `assert-post.h` into `assert-cond.h`
[babeltrace.git] / src / lib / Makefile.am
CommitLineData
0235b0db
MJ
1# SPDX-License-Identifier: MIT
2
578e048b
MJ
3SUBDIRS = trace-ir prio-heap plugin graph
4
5lib_LTLIBRARIES = libbabeltrace2.la
6
7libbabeltrace2_la_SOURCES = \
d98421f2 8 assert-cond.h \
578e048b 9 babeltrace2.c \
553c4bab
PP
10 current-thread.c \
11 error.c \
12 error.h \
d24d5663 13 func-status.h \
fb91c0ef
PP
14 integer-range-set.c \
15 integer-range-set.h \
578e048b 16 lib-logging.c \
578e048b 17 logging.c \
d24d5663 18 logging.h \
578e048b
MJ
19 object-pool.c \
20 object-pool.h \
d24d5663 21 object.h \
578e048b
MJ
22 property.h \
23 util.c \
24 value.c \
25 value.h
26
27libbabeltrace2_la_LDFLAGS = $(LT_NO_UNDEFINED) \
28 -version-info $(BABELTRACE_LIBRARY_VERSION)
29
30libbabeltrace2_la_LIBADD = \
31 prio-heap/libprio-heap.la \
32 graph/libgraph.la \
33 plugin/libplugin.la \
34 trace-ir/libtrace-ir.la \
35 $(top_builddir)/src/logging/libbabeltrace2-logging.la \
36 $(top_builddir)/src/common/libbabeltrace2-common.la \
37 $(top_builddir)/src/compat/libcompat.la
38
39if ENABLE_BUILT_IN_PYTHON_PLUGIN_SUPPORT
b14c7bf1 40libbabeltrace2_la_LIBADD += $(top_builddir)/src/python-plugin-provider/babeltrace2-python-plugin-provider.la
578e048b 41endif
This page took 0.052639 seconds and 4 git commands to generate.