X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2FMakefile.am;h=c75601f21ad3b1602606635e52e9d3c09103b98f;hp=b0e1247d2ecac70f95ea8698e9f8cc6a73f76380;hb=511ed4e25eeb6821dc4f4b6c573fbbdc07c17053;hpb=259c267446a63c501298f39a5d2397314b11f729 diff --git a/src/bin/lttng/Makefile.am b/src/bin/lttng/Makefile.am index b0e1247d2..c75601f21 100644 --- a/src/bin/lttng/Makefile.am +++ b/src/bin/lttng/Makefile.am @@ -26,8 +26,11 @@ lttng_SOURCES = command.h conf.c conf.h commands/start.c \ commands/rotate.c \ commands/enable_rotation.c \ commands/disable_rotation.c \ + commands/clear.c \ utils.c utils.h lttng.c +lttng_CFLAGS = $(AM_CFLAGS) $(POPT_CFLAGS) + lttng_LDADD = $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la \ $(top_builddir)/src/common/libcommon.la \ $(top_builddir)/src/common/config/libconfig.la \