lttng-ctl: Implement the trigger interface
[lttng-tools.git] / src / lib / lttng-ctl / Makefile.am
index 542f4bbcf19f95dae67ab25176b93df6a9ff11d5..89c84676b481c105c1fe877948c245a4bd64bf2f 100644 (file)
@@ -4,7 +4,13 @@ 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 \
+               action.c notify.c condition.c buffer-usage.c evaluation.c \
+               notification.c trigger.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.02425 seconds and 5 git commands to generate.