Fix: move memset in channel_set_attr after NULL check
[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
This page took 0.028933 seconds and 4 git commands to generate.