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