Use the new functions for default subbuf sizes
[lttng-tools.git] / src / lib / lttng-ctl / Makefile.am
1 lib_LTLIBRARIES = liblttng-ctl.la
2
3 liblttng_ctl_la_SOURCES = lttng-ctl.c
4
5 liblttng_ctl_la_LIBADD = \
6 $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la \
7 $(top_builddir)/src/common/libcommon.la \
8 $(top_builddir)/src/common/hashtable/libhashtable.la
This page took 0.029808 seconds and 4 git commands to generate.