Big live update, see details
[lttngtop.git] / src / Makefile.am
index 9e268594c1643ae2f8953ae3f8599a7d7c4bb7f0..6d60e64f0d2a65a38a824e0df3083c17094b5f08 100644 (file)
@@ -1,4 +1,4 @@
-AM_CFLAGS = $(PACKAGE_CFLAGS)
+AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/lib -DBABELTRACE_HAVE_LIBUUID
 
 bin_PROGRAMS = lttngtop
 
@@ -7,13 +7,18 @@ noinst_HEADERS = \
        common.h \
        cputop.h \
        cursesdisplay.h \
-       iostreamtop.h
+       iostreamtop.h \
+       mmap-live.h \
+       network-live.h
 
 lttngtop_SOURCES = \
        lttngtop.c \
        common.c \
        cursesdisplay.c \
        cputop.c \
-       iostreamtop.c
+       iostreamtop.c \
+       mmap-live.c \
+       network-live.c
 
-lttngtop_LDADD = -lbabeltrace -lbabeltrace-ctf -llttngtop-helper -llttng-ctl -lurcu -llttngtopmmappacketseek -llttng-ust-ctl
+#lttngtop_LDADD = -lbabeltrace -lbabeltrace-ctf -llttngtop-helper -llttng-ctl -lurcu -llttngtopmmappacketseek -llttng-ust-ctl -lcurses -lpanel
+lttngtop_LDADD = -lbabeltrace -lbabeltrace-ctf -llttng-ctl -lurcu -llttng-ust-ctl -lcurses -lpanel
This page took 0.023113 seconds and 4 git commands to generate.