New testpoint mechanism to instrument binaries for testing
[lttng-tools.git] / src / common / testpoint / Makefile.am
diff --git a/src/common/testpoint/Makefile.am b/src/common/testpoint/Makefile.am
new file mode 100644 (file)
index 0000000..7d3df16
--- /dev/null
@@ -0,0 +1,6 @@
+AM_CPPFLAGS =
+
+noinst_LTLIBRARIES = libtestpoint.la
+
+libtestpoint_la_SOURCES = testpoint.h testpoint.c
+libtestpoint_la_LIBADD = -ldl
This page took 0.022827 seconds and 4 git commands to generate.