X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=6d60e64f0d2a65a38a824e0df3083c17094b5f08;hb=b1acd2b342a35dc6c5a8036fb0280321203e89b7;hp=5a391fda8ee4fe8ceadb05de714781f8b299e5f6;hpb=6afdc0f3272468adc02e5811e534565214dbc34e;p=lttngtop.git diff --git a/src/Makefile.am b/src/Makefile.am index 5a391fd..6d60e64 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,12 +1,24 @@ -AM_CFLAGS = $(PACKAGE_CFLAGS) +AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/lib -DBABELTRACE_HAVE_LIBUUID bin_PROGRAMS = lttngtop +noinst_HEADERS = \ + lttngtoptypes.h \ + common.h \ + cputop.h \ + cursesdisplay.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 +#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