projects
/
babeltrace.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Add coding style document
[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 = \
15
-Wl,--no-as-needed \
16
prio_heap/libprio_heap.la \
17
$(top_builddir)/types/libbabeltrace_types.la
This page took
0.035777 seconds
and
4
git commands to generate.