Move health into its own common/ static library
[lttng-tools.git] / include / Makefile.am
index 00120a6a051dd423980b9d7b71b5db19504a4f6f..15479d4a7163283b0ffd617a7004b5a8179b56c2 100644 (file)
@@ -1,5 +1,8 @@
-lttnginclude_HEADERS = lttng/lttng.h lttng/lttng-kconsumer.h \
-                                          lttng/lttng-ustconsumer.h lttng/lttng-consumer.h
+lttnginclude_HEADERS = \
+       lttng/lttng.h \
+       lttng/lttng-error.h \
+       lttng/snapshot.h
 
 
-noinst_HEADERS = lttngerr.h lttng-kernel.h lttng-consumerd.h lttng-share.h \
-                                lttng-sessiond-comm.h lttng-kernel-ctl.h lttng-ht.h runas.h
+noinst_HEADERS = \
+       lttng/snapshot-internal.h \
+       lttng/health-internal.h
This page took 0.025438 seconds and 5 git commands to generate.