Commit | Line | Data |
---|---|---|
3bd1e081 MD |
1 | AM_CPPFLAGS = -I$(top_srcdir)/include |
2 | ||
74d0b642 | 3 | if HAVE_LIBLTTNG_UST_CTL |
3bd1e081 MD |
4 | noinst_LTLIBRARIES = liblttng-ustconsumer.la |
5 | ||
6 | liblttng_ustconsumer_la_SOURCES = lttng-ustconsumer.c | |
7 | ||
2f5a8a39 | 8 | liblttng_ustconsumer_la_LIBADD = -llttng-ust-ctl |
60b6c79c | 9 | |
3bd1e081 | 10 | endif |