Complete change of the source directory tree
[lttng-tools.git] / src / common / ust-consumer / Makefile.am
diff --git a/src/common/ust-consumer/Makefile.am b/src/common/ust-consumer/Makefile.am
new file mode 100644 (file)
index 0000000..478aae7
--- /dev/null
@@ -0,0 +1,8 @@
+if HAVE_LIBLTTNG_UST_CTL
+noinst_LTLIBRARIES = libust-consumer.la
+
+libust_consumer_la_SOURCES = ust-consumer.c
+
+libust_consumer_la_LIBADD = -llttng-ust-ctl
+
+endif
This page took 0.023081 seconds and 4 git commands to generate.