Add client notification API
[lttng-tools.git] / src / lib / lttng-ctl / Makefile.am
index 542f4bbcf19f95dae67ab25176b93df6a9ff11d5..b5156caf94aa9320a2712a7525a5138bff1b4b74 100644 (file)
@@ -4,7 +4,12 @@ SUBDIRS = filter
 
 lib_LTLIBRARIES = liblttng-ctl.la
 
-liblttng_ctl_la_SOURCES = lttng-ctl.c
+liblttng_ctl_la_SOURCES = lttng-ctl.c snapshot.c lttng-ctl-helper.h \
+               lttng-ctl-health.c save.c load.c deprecated-symbols.c \
+               channel.c
+
+liblttng_ctl_la_LDFLAGS = \
+               $(LT_NO_UNDEFINED)
 
 liblttng_ctl_la_LIBADD = \
                $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la \
This page took 0.024508 seconds and 5 git commands to generate.