flt.lttng-utils.debug-info: Implement file descriptor cache
[babeltrace.git] / plugins / lttng-utils / debug-info / Makefile.am
1 AM_CPPFLAGS += -I$(top_srcdir)/plugins
2
3 noinst_LTLIBRARIES = libdebug-info.la
4
5 libdebug_info_la_LIBADD = \
6 $(top_builddir)/fd-cache/libbabeltrace-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 logging.c \
18 logging.h \
19 trace-ir-data-copy.c \
20 trace-ir-data-copy.h \
21 trace-ir-mapping.c \
22 trace-ir-mapping.h \
23 trace-ir-metadata-copy.c \
24 trace-ir-metadata-copy.h \
25 trace-ir-metadata-field-class-copy.c \
26 trace-ir-metadata-field-class-copy.h \
27 utils.c \
28 utils.h
This page took 0.030203 seconds and 4 git commands to generate.