UST 2.0 support
[lttng-tools.git] / liblttng-ustconsumer / Makefile.am
diff --git a/liblttng-ustconsumer/Makefile.am b/liblttng-ustconsumer/Makefile.am
new file mode 100644 (file)
index 0000000..c181a47
--- /dev/null
@@ -0,0 +1,10 @@
+AM_CPPFLAGS = -I$(top_srcdir)/include
+
+if LTTNG_TOOLS_HAVE_UST
+noinst_LTLIBRARIES = liblttng-ustconsumer.la
+
+liblttng_ustconsumer_la_SOURCES = lttng-ustconsumer.c
+
+liblttng_ustconsumer_la_LIBADD = \
+               -lustctl
+endif
This page took 0.022583 seconds and 4 git commands to generate.