Rotate timer
[lttng-tools.git] / src / bin / lttng / Makefile.am
index c1c2cf6f9b55fe98297837e5f3271db9a18ec7bf..b0e1247d2ecac70f95ea8698e9f8cc6a73f76380 100644 (file)
@@ -23,9 +23,13 @@ lttng_SOURCES = command.h conf.c conf.h commands/start.c \
                                commands/metadata.c \
                                commands/regenerate.c \
                                commands/help.c \
+                               commands/rotate.c \
+                               commands/enable_rotation.c \
+                               commands/disable_rotation.c \
                                utils.c utils.h lttng.c
 
 lttng_LDADD = $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la \
                        $(top_builddir)/src/common/libcommon.la \
                        $(top_builddir)/src/common/config/libconfig.la \
-                       $(top_builddir)/src/common/string-utils/libstring-utils.la
+                       $(top_builddir)/src/common/string-utils/libstring-utils.la \
+                       $(POPT_LIBS)
This page took 0.024252 seconds and 4 git commands to generate.