X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=liblttng-ustconsumer%2FMakefile.am;h=e01064fd74f7e7c7ecaa682a3c9764e2eb2fc0f7;hp=1816fef4e146fc8e34e6ca130ee35302369c5dd4;hb=7fe5a50305da84bb64058c4721ff346c1b14f4ec;hpb=2f5a8a39d2ec961ab3e57544e6e00e4c5cd306e9 diff --git a/liblttng-ustconsumer/Makefile.am b/liblttng-ustconsumer/Makefile.am index 1816fef4e..e01064fd7 100644 --- a/liblttng-ustconsumer/Makefile.am +++ b/liblttng-ustconsumer/Makefile.am @@ -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