Convert LTTngTop to C++ and state system
[lttngtop.git] / src / Makefile.am
... / ...
CommitLineData
1AM_CFLAGS = $(PACKAGE_CFLAGS)
2AM_CXXFLAGS = $(PACKAGE_CFLAGS)
3
4bin_PROGRAMS = lttngtop
5
6noinst_HEADERS = \
7 lttngtoptypes.h \
8 common.h \
9 cputop.h \
10 iostreamtop.h \
11 cursesdisplay.h
12
13lttngtop_SOURCES = \
14 lttngtop.cpp \
15 common.cpp \
16 cputop.cpp \
17 iostreamtop.cpp \
18 cursesdisplay.cpp
19
20lttngtop_LDADD = \
21 -lbabeltrace \
22 -lbabeltrace-ctf \
23 -lboost_system \
24 -lstate
This page took 0.022085 seconds and 4 git commands to generate.