Move health into its own common/ static library
[lttng-tools.git] / include / Makefile.am
index 44d6672f0c1c1835e079bdb5c52a44b37966d87e..15479d4a7163283b0ffd617a7004b5a8179b56c2 100644 (file)
@@ -1,4 +1,8 @@
-lttnginclude_HEADERS = lttng/lttng.h lttng/lttng-kconsumerd.h
+lttnginclude_HEADERS = \
+       lttng/lttng.h \
+       lttng/lttng-error.h \
+       lttng/snapshot.h
 
-noinst_HEADERS = lttngerr.h lttng-kernel.h ltt-kconsumerd.h lttng-share.h \
-                                lttng-sessiond-comm.h
+noinst_HEADERS = \
+       lttng/snapshot-internal.h \
+       lttng/health-internal.h
This page took 0.024784 seconds and 4 git commands to generate.