Move to kernel style SPDX license identifiers
[babeltrace.git] / src / plugins / lttng-utils / debug-info / Makefile.am
1 # SPDX-License-Identifier: MIT
2
3 noinst_LTLIBRARIES = libdebug-info.la
4
5 libdebug_info_la_LIBADD = \
6 $(top_builddir)/src/fd-cache/libbabeltrace2-fd-cache.la
7
8 libdebug_info_la_SOURCES = \
9 bin-info.c \
10 bin-info.h \
11 crc32.c \
12 crc32.h \
13 debug-info.c \
14 debug-info.h \
15 dwarf.c \
16 dwarf.h \
17 trace-ir-data-copy.c \
18 trace-ir-data-copy.h \
19 trace-ir-mapping.c \
20 trace-ir-mapping.h \
21 trace-ir-metadata-copy.c \
22 trace-ir-metadata-copy.h \
23 trace-ir-metadata-field-class-copy.c \
24 trace-ir-metadata-field-class-copy.h \
25 utils.c \
26 utils.h
This page took 0.029128 seconds and 4 git commands to generate.