projects
/
lttng-tools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fix: remove tests from runall script
[lttng-tools.git]
/
tests
/
ust
/
high-throughput
/
Makefile.am
1
AM_CFLAGS = -I. -O2
2
AM_LDFLAGS = -llttng-ust
3
4
if LTTNG_TOOLS_BUILD_WITH_LIBDL
5
AM_LDFLAGS += -ldl
6
endif
7
if LTTNG_TOOLS_BUILD_WITH_LIBC_DL
8
AM_LDFLAGS += -lc
9
endif
10
11
noinst_PROGRAMS = gen-events
12
gen_events_SOURCES = main.c tp.c tp.h
13
gen_events_LDADD = -llttng-ust
14
15
noinst_SCRIPTS = run
16
EXTRA_DIST = run
This page took
0.040906 seconds
and
4
git commands to generate.