projects
/
babeltrace.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
babeltrace lib cleanup, folded with open/remove trace functions
[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
14
libbabeltrace_la_LIBADD = \
15
$(top_builddir)/types/libbabeltrace_types.la \
16
prio_heap/libprio_heap.la
This page took
0.031424 seconds
and
5
git commands to generate.