Commit | Line | Data |
---|---|---|
1fc22eb4 JD |
1 | AM_CFLAGS = $(PACKAGE_CFLAGS) |
2 | ||
3 | bin_PROGRAMS = lttngtop | |
4 | ||
6faf61f4 JD |
5 | noinst_HEADERS = \ |
6 | lttngtoptypes.h \ | |
7 | common.h \ | |
8 | cputop.h \ | |
9 | cursesdisplay.h \ | |
10 | iostreamtop.h | |
11 | ||
1fc22eb4 JD |
12 | lttngtop_SOURCES = \ |
13 | lttngtop.c \ | |
14 | common.c \ | |
15 | cursesdisplay.c \ | |
16 | cputop.c \ | |
17 | iostreamtop.c | |
18 | ||
d447e588 | 19 | lttngtop_LDADD = -lbabeltrace -lbabeltrace-ctf -llttngtop-helper -llttng-ctl -lurcu -llttngtopmmappacketseek -llttng-ust-ctl |