X-Git-Url: http://git.lttng.org/?p=lttngtop.git;a=blobdiff_plain;f=src%2FMakefile.am;h=6d60e64f0d2a65a38a824e0df3083c17094b5f08;hp=9e268594c1643ae2f8953ae3f8599a7d7c4bb7f0;hb=b1acd2b342a35dc6c5a8036fb0280321203e89b7;hpb=a18dc7c24b4ac751c46a96198aebcbb1dcd4cdd6 diff --git a/src/Makefile.am b/src/Makefile.am index 9e26859..6d60e64 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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