X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fbin%2Flttng%2FMakefile.am;h=c630c6d5cb3ad963052dcd9bc229f7e5954c2b6e;hb=f41294ed836a1eaa49f125aea9d95e4e35ad3844;hp=b0e1247d2ecac70f95ea8698e9f8cc6a73f76380;hpb=259c267446a63c501298f39a5d2397314b11f729;p=lttng-tools.git diff --git a/src/bin/lttng/Makefile.am b/src/bin/lttng/Makefile.am index b0e1247d2..c630c6d5c 100644 --- a/src/bin/lttng/Makefile.am +++ b/src/bin/lttng/Makefile.am @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0-only + AM_CPPFLAGS += -DINSTALL_BIN_PATH=\""$(bindir)"\" if EMBED_HELP @@ -26,10 +28,17 @@ lttng_SOURCES = command.h conf.c conf.h commands/start.c \ commands/rotate.c \ commands/enable_rotation.c \ commands/disable_rotation.c \ - utils.c utils.h lttng.c + commands/clear.c \ + loglevel.c loglevel.h \ + utils.c utils.h \ + lttng.c \ + uprobe.c uprobe.h + +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 \ $(top_builddir)/src/common/string-utils/libstring-utils.la \ + $(top_builddir)/src/common/filter/libfilter.la \ $(POPT_LIBS)