Big live update, see details
[lttngtop.git] / src / Makefile.am
1 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/lib -DBABELTRACE_HAVE_LIBUUID
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 mmap-live.h \
12 network-live.h
13
14 lttngtop_SOURCES = \
15 lttngtop.c \
16 common.c \
17 cursesdisplay.c \
18 cputop.c \
19 iostreamtop.c \
20 mmap-live.c \
21 network-live.c
22
23 #lttngtop_LDADD = -lbabeltrace -lbabeltrace-ctf -llttngtop-helper -llttng-ctl -lurcu -llttngtopmmappacketseek -llttng-ust-ctl -lcurses -lpanel
24 lttngtop_LDADD = -lbabeltrace -lbabeltrace-ctf -llttng-ctl -lurcu -llttng-ust-ctl -lcurses -lpanel
This page took 0.029402 seconds and 4 git commands to generate.