projects
/
babeltrace.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
API : add_trace return the trace_handle id
[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
callbacks.c \
9
iterator.c \
10
context.c \
11
trace-handle.c \
12
trace-collection.c \
13
ctf-events.c
14
15
libbabeltrace_la_LIBADD = \
16
$(top_builddir)/types/libbabeltrace_types.la \
17
prio_heap/libprio_heap.la
This page took
0.031025 seconds
and
4
git commands to generate.