Add UST test binaries to gitignore
[lttng-tools.git] / liblttng-ustconsumer / Makefile.am
... / ...
CommitLineData
1AM_CPPFLAGS = -I$(top_srcdir)/include
2
3if HAVE_LIBLTTNG_UST_CTL
4noinst_LTLIBRARIES = liblttng-ustconsumer.la
5
6liblttng_ustconsumer_la_SOURCES = lttng-ustconsumer.c
7
8liblttng_ustconsumer_la_LIBADD = -llttng-ust-ctl
9
10endif
This page took 0.022226 seconds and 4 git commands to generate.