X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=liblttng-ustconsumer%2FMakefile.am;fp=liblttng-ustconsumer%2FMakefile.am;h=c181a47cf5ea3f49f7feb8f31b181b3648ec517f;hp=0000000000000000000000000000000000000000;hb=3bd1e0819b577ffcb44acd7c2f8e02ff09654b7b;hpb=f84efadf55274918ca038a4e06e0a8af1a320654 diff --git a/liblttng-ustconsumer/Makefile.am b/liblttng-ustconsumer/Makefile.am new file mode 100644 index 000000000..c181a47cf --- /dev/null +++ b/liblttng-ustconsumer/Makefile.am @@ -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