Fix: Don't override user variables within the build system
[lttng-tools.git] / src / common / ust-consumer / Makefile.am
1 if HAVE_LIBLTTNG_UST_CTL
2
3 noinst_LTLIBRARIES = libust-consumer.la
4
5 libust_consumer_la_SOURCES = ust-consumer.c ust-consumer.h
6
7 libust_consumer_la_LIBADD = \
8 -llttng-ust-ctl \
9 $(top_builddir)/src/common/relayd/librelayd.la
10
11 endif
This page took 0.030103 seconds and 5 git commands to generate.