Fix: update tests for new dwarf func name output
[babeltrace.git] / lib / Makefile.am
CommitLineData
74f21e2d 1SUBDIRS = prio_heap .
1eb0c69c 2
74f21e2d 3AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
1eb0c69c 4
74f21e2d 5lib_LTLIBRARIES = libbabeltrace.la
6f3077a2
JD
6
7libbabeltrace_la_SOURCES = babeltrace.c \
95d36295 8 iterator.c \
842c2b97 9 context.c \
6cba487f 10 trace-handle.c \
e4195791 11 trace-collection.c \
347829f5 12 registry.c \
83509119
JG
13 values.c \
14 ref.c
6f3077a2 15
3fbccce7
MD
16libbabeltrace_la_LDFLAGS = -version-info $(BABELTRACE_LIBRARY_VERSION)
17
c40a57e5
AB
18if ENABLE_DEBUGINFO
19noinst_LTLIBRARIES = libdebuginfo.la
20
21libdebuginfo_la_SOURCES = debuginfo.c \
55cd033d
JG
22 so-info.c \
23 dwarf.c \
24 crc32.c \
25 utils.c
c40a57e5
AB
26libdebuginfo_la_LDFLAGS = -lelf -ldw
27endif
28
b1bbab84 29libbabeltrace_la_LIBADD = \
018f3175 30 prio_heap/libprio_heap.la \
9d1e7de0
JI
31 $(top_builddir)/types/libbabeltrace_types.la \
32 $(top_builddir)/compat/libcompat.la
This page took 0.03562 seconds and 4 git commands to generate.