projects
/
lttngtop.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
in progress
[lttngtop.git]
/
src
/
Makefile.am
1
AM_CFLAGS = $(PACKAGE_CFLAGS)
2
3
bin_PROGRAMS = lttngtop
4
5
noinst_HEADERS = \
6
lttngtoptypes.h \
7
common.h \
8
cputop.h \
9
cursesdisplay.h \
10
iostreamtop.h
11
12
lttngtop_SOURCES = \
13
lttngtop.c \
14
common.c \
15
cursesdisplay.c \
16
cputop.c \
17
iostreamtop.c
18
19
lttngtop_LDADD = -lbabeltrace -lbabeltrace-ctf -llttngtop-helper -llttng-ctl -lurcu
This page took
0.029685 seconds
and
4
git commands to generate.