in progress
[lttngtop.git] / src / Makefile.am
... / ...
CommitLineData
1AM_CFLAGS = $(PACKAGE_CFLAGS)
2
3bin_PROGRAMS = lttngtop
4
5noinst_HEADERS = \
6 lttngtoptypes.h \
7 common.h \
8 cputop.h \
9 cursesdisplay.h \
10 iostreamtop.h
11
12lttngtop_SOURCES = \
13 lttngtop.c \
14 common.c \
15 cursesdisplay.c \
16 cputop.c \
17 iostreamtop.c
18
19lttngtop_LDADD = -lbabeltrace -lbabeltrace-ctf -llttngtop-helper -llttng-ctl -lurcu
This page took 0.021805 seconds and 4 git commands to generate.