Fix: wait for the completion of implicit session rotations
[lttng-tools.git] / src / lib / lttng-ctl / Makefile.am
index 6b6a6eed127525f17a2a94454ea18e8fbf3dacc1..32d0aff54f3c04123caf170ec31b158eaa063df8 100644 (file)
@@ -1,11 +1,12 @@
-AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src -I$(builddir)
-
 SUBDIRS = filter
 
+AM_CPPFLAGS += -I$(srcdir) -I$(builddir)
+
 lib_LTLIBRARIES = liblttng-ctl.la
 
 liblttng_ctl_la_SOURCES = lttng-ctl.c snapshot.c lttng-ctl-helper.h \
-               lttng-ctl-health.c save.c load.c deprecated-symbols.c
+               lttng-ctl-health.c save.c load.c deprecated-symbols.c \
+               channel.c rotate.c event.c destruction-handle.c
 
 liblttng_ctl_la_LDFLAGS = \
                $(LT_NO_UNDEFINED)
This page took 0.023401 seconds and 4 git commands to generate.