Add UST test binaries to gitignore
[lttng-tools.git] / liblttng-ustconsumer / Makefile.am
index c181a47cf5ea3f49f7feb8f31b181b3648ec517f..e01064fd74f7e7c7ecaa682a3c9764e2eb2fc0f7 100644 (file)
@@ -1,10 +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 = \
-               -lustctl
+liblttng_ustconsumer_la_LIBADD = -llttng-ust-ctl
+
 endif
This page took 0.02303 seconds and 4 git commands to generate.