Add UST test binaries to gitignore
[lttng-tools.git] / liblttng-ustconsumer / Makefile.am
index 1816fef4e146fc8e34e6ca130ee35302369c5dd4..e01064fd74f7e7c7ecaa682a3c9764e2eb2fc0f7 100644 (file)
@@ -1,9 +1,10 @@
 AM_CPPFLAGS = -I$(top_srcdir)/include
 
-if LTTNG_TOOLS_HAVE_UST
+if HAVE_LIBLTTNG_UST_CTL
 noinst_LTLIBRARIES = liblttng-ustconsumer.la
 
 liblttng_ustconsumer_la_SOURCES = lttng-ustconsumer.c
 
 liblttng_ustconsumer_la_LIBADD = -llttng-ust-ctl
+
 endif
This page took 0.022739 seconds and 4 git commands to generate.