X-Git-Url: http://git.liburcu.org/?p=lttngtop.git;a=blobdiff_plain;f=src%2FMakefile.am;h=9e268594c1643ae2f8953ae3f8599a7d7c4bb7f0;hp=5a391fda8ee4fe8ceadb05de714781f8b299e5f6;hb=d447e588dea16d633c9104581f7303b343d3bf50;hpb=6afdc0f3272468adc02e5811e534565214dbc34e diff --git a/src/Makefile.am b/src/Makefile.am index 5a391fd..9e26859 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,6 +2,13 @@ AM_CFLAGS = $(PACKAGE_CFLAGS) bin_PROGRAMS = lttngtop +noinst_HEADERS = \ + lttngtoptypes.h \ + common.h \ + cputop.h \ + cursesdisplay.h \ + iostreamtop.h + lttngtop_SOURCES = \ lttngtop.c \ common.c \ @@ -9,4 +16,4 @@ lttngtop_SOURCES = \ cputop.c \ iostreamtop.c -lttngtop_LDADD = -lbabeltrace -lbabeltrace-ctf +lttngtop_LDADD = -lbabeltrace -lbabeltrace-ctf -llttngtop-helper -llttng-ctl -lurcu -llttngtopmmappacketseek -llttng-ust-ctl