Move health into its own common/ static library
[lttng-tools.git] / src / common / health / Makefile.am
diff --git a/src/common/health/Makefile.am b/src/common/health/Makefile.am
new file mode 100644 (file)
index 0000000..d82f9de
--- /dev/null
@@ -0,0 +1,5 @@
+AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src
+
+noinst_LTLIBRARIES = libhealth.la
+
+libhealth_la_SOURCES = health.c
This page took 0.023238 seconds and 4 git commands to generate.