934138933dda1e2b9601480a8a7ba3ca6cb12519
[lttngtop.git] / src / Makefile.am
1 AM_CFLAGS = $(PACKAGE_CFLAGS)
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
12 lttngtop_SOURCES = \
13 lttngtop.c \
14 common.c \
15 cursesdisplay.c \
16 cputop.c \
17 iostreamtop.c
18
19 lttngtop_LDADD = -lbabeltrace -lbabeltrace-ctf -llttngtop-helper -llttng-ctl -lurcu
This page took 0.031086 seconds and 3 git commands to generate.