X-Git-Url: https://git.lttng.org/?p=lttngtop.git;a=blobdiff_plain;f=src%2FMakefile.am;fp=src%2FMakefile.am;h=382cfc2b1d6ae1f13ad03cd5f0873faa0738d99e;hp=5a391fda8ee4fe8ceadb05de714781f8b299e5f6;hb=6faf61f4256ae548a91063a19fd14bf6dcb134da;hpb=bb6d72a22332433cbe10ae9d88627be7637b84b1 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 \