X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=382cfc2b1d6ae1f13ad03cd5f0873faa0738d99e;hb=7d9ea41ad08db5402c3d569b067e40a93501a6f1;hp=5a391fda8ee4fe8ceadb05de714781f8b299e5f6;hpb=6afdc0f3272468adc02e5811e534565214dbc34e;p=lttngtop.git diff --git a/src/Makefile.am b/src/Makefile.am index 5a391fd..382cfc2 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 \