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=0000000000000000000000000000000000000000;hp=e01064fd74f7e7c7ecaa682a3c9764e2eb2fc0f7;hb=10a8a2237343699e3923d87e24dbf2d7fe225377;hpb=734f79bf717d87817623d382c59086dc9e8ef610 diff --git a/liblttng-ustconsumer/Makefile.am b/liblttng-ustconsumer/Makefile.am deleted file mode 100644 index e01064fd7..000000000 --- a/liblttng-ustconsumer/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -AM_CPPFLAGS = -I$(top_srcdir)/include - -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