Big live update, see details
[lttngtop.git] / src / Makefile.am
CommitLineData
b1acd2b3 1AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/lib -DBABELTRACE_HAVE_LIBUUID
1fc22eb4
JD
2
3bin_PROGRAMS = lttngtop
4
6faf61f4
JD
5noinst_HEADERS = \
6 lttngtoptypes.h \
7 common.h \
8 cputop.h \
9 cursesdisplay.h \
b1acd2b3
JD
10 iostreamtop.h \
11 mmap-live.h \
12 network-live.h
6faf61f4 13
1fc22eb4
JD
14lttngtop_SOURCES = \
15 lttngtop.c \
16 common.c \
17 cursesdisplay.c \
18 cputop.c \
b1acd2b3
JD
19 iostreamtop.c \
20 mmap-live.c \
21 network-live.c
1fc22eb4 22
b1acd2b3
JD
23#lttngtop_LDADD = -lbabeltrace -lbabeltrace-ctf -llttngtop-helper -llttng-ctl -lurcu -llttngtopmmappacketseek -llttng-ust-ctl -lcurses -lpanel
24lttngtop_LDADD = -lbabeltrace -lbabeltrace-ctf -llttng-ctl -lurcu -llttng-ust-ctl -lcurses -lpanel
This page took 0.024526 seconds and 4 git commands to generate.