From: Julien Desfossez Date: Wed, 16 May 2012 19:17:26 +0000 (-0400) Subject: Add missing headers to Makefile.am X-Git-Tag: v0.3~128 X-Git-Url: https://git.lttng.org/?p=lttngtop.git;a=commitdiff_plain;h=6faf61f4256ae548a91063a19fd14bf6dcb134da Add missing headers to Makefile.am Signed-off-by: Julien Desfossez --- 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 \