projects
/
babeltrace.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Build fix
[babeltrace.git]
/
converter
/
Makefile.am
1
AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
2
3
bin_PROGRAMS = babeltrace
4
5
babeltrace_SOURCES = \
6
babeltrace.c
7
8
babeltrace_LDADD = \
9
$(top_srcdir)/types/libtypes.a \
10
$(top_srcdir)/formats/libregistry.a
11
12
This page took
0.030562 seconds
and
4
git commands to generate.