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