Add missing headers to Makefile.am
[lttngtop.git] / src / Makefile.am
index 5a391fda8ee4fe8ceadb05de714781f8b299e5f6..382cfc2b1d6ae1f13ad03cd5f0873faa0738d99e 100644 (file)
@@ -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 \
This page took 0.021944 seconds and 4 git commands to generate.