Cleanup: Move `debug-info` in its own sub-directory
[babeltrace.git] / plugins / lttng-utils / debug-info / Makefile.am
1 AM_CPPFLAGS += -I$(top_srcdir)/plugins
2
3 noinst_LTLIBRARIES = libdebug-info.la
4 libdebug_info_la_SOURCES = \
5 bin-info.c \
6 bin-info.h \
7 crc32.c \
8 crc32.h \
9 debug-info.c \
10 debug-info.h \
11 dwarf.c \
12 dwarf.h \
13 logging.c \
14 logging.h \
15 trace-ir-data-copy.c \
16 trace-ir-data-copy.h \
17 trace-ir-mapping.c \
18 trace-ir-mapping.h \
19 trace-ir-metadata-copy.c \
20 trace-ir-metadata-copy.h \
21 trace-ir-metadata-field-class-copy.c \
22 trace-ir-metadata-field-class-copy.h \
23 utils.c \
24 utils.h
This page took 0.030635 seconds and 4 git commands to generate.