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