Convert LTTngTop to C++ and state system
[lttngtop.git] / src / Makefile.am
index 5d6ca3ee23c898fb7b568ecc86208870df459c6b..e060d65ff639a8575a123c662337d4d7653ed0c5 100644 (file)
@@ -1,12 +1,24 @@
 AM_CFLAGS = $(PACKAGE_CFLAGS)
+AM_CXXFLAGS = $(PACKAGE_CFLAGS)
 
 bin_PROGRAMS = lttngtop
 
+noinst_HEADERS = \
+       lttngtoptypes.h \
+       common.h \
+       cputop.h \
+       iostreamtop.h \
+       cursesdisplay.h
+
 lttngtop_SOURCES = \
-       lttngtop.c \
-       common.c \
-       cursesdisplay.c \
-       cputop.c \
-       iostreamtop.c
+       lttngtop.cpp \
+       common.cpp \
+       cputop.cpp \
+       iostreamtop.cpp \
+       cursesdisplay.cpp
 
-lttngtop_LDADD = -lbabeltrace -lctf
+lttngtop_LDADD = \
+       -lbabeltrace \
+       -lbabeltrace-ctf \
+       -lboost_system \
+       -lstate
This page took 0.024747 seconds and 4 git commands to generate.