Fix API: rename unclear move_pos_slow to packet_seek
[babeltrace.git] / lib / Makefile.am
... / ...
CommitLineData
1SUBDIRS = prio_heap .
2
3AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
4
5lib_LTLIBRARIES = libbabeltrace.la
6
7libbabeltrace_la_SOURCES = babeltrace.c \
8 callbacks.c \
9 iterator.c \
10 context.c \
11 trace-handle.c \
12 trace-collection.c \
13 ctf-events.c
14
15libbabeltrace_la_LIBADD = \
16 $(top_builddir)/types/libbabeltrace_types.la \
17 $(top_builddir)/formats/libbabeltrace_registry.la \
18 $(top_builddir)/formats/ctf/libctf.la \
19 prio_heap/libprio_heap.la
This page took 0.021995 seconds and 4 git commands to generate.