Print "binary+offset" when function name can't be resolved
[babeltrace.git] / lib / Makefile.am
1 SUBDIRS = prio_heap .
2
3 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
4
5 lib_LTLIBRARIES = libbabeltrace.la
6
7 libbabeltrace_la_SOURCES = babeltrace.c \
8 iterator.c \
9 context.c \
10 trace-handle.c \
11 trace-collection.c \
12 registry.c
13
14 libbabeltrace_la_LDFLAGS = -version-info $(BABELTRACE_LIBRARY_VERSION)
15
16 if ENABLE_DEBUGINFO
17 noinst_LTLIBRARIES = libdebuginfo.la
18
19 libdebuginfo_la_SOURCES = debuginfo.c \
20 so-info.c \
21 dwarf.c \
22 crc32.c \
23 utils.c
24 libdebuginfo_la_LDFLAGS = -lelf -ldw
25 endif
26
27 libbabeltrace_la_LIBADD = \
28 prio_heap/libprio_heap.la \
29 $(top_builddir)/types/libbabeltrace_types.la \
30 $(top_builddir)/compat/libcompat.la
This page took 0.029373 seconds and 4 git commands to generate.