lttng rotate command
[lttng-tools.git] / src / lib / lttng-ctl / Makefile.am
index d1b923e423e54d8aa4509dcdb85476ba46beaaef..bc340d20fcbb14b6872f3724eba736c118d3dd9e 100644 (file)
@@ -1,11 +1,15 @@
-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
+               lttng-ctl-health.c save.c load.c deprecated-symbols.c \
+               channel.c rotate.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.02531 seconds and 5 git commands to generate.