X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=lttng%2FMakefile.am;fp=lttng%2FMakefile.am;h=0000000000000000000000000000000000000000;hb=10a8a2237343699e3923d87e24dbf2d7fe225377;hp=1105143f37111bad33ce3b074f6ddb7ea6998b83;hpb=734f79bf717d87817623d382c59086dc9e8ef610;p=lttng-tools.git diff --git a/lttng/Makefile.am b/lttng/Makefile.am deleted file mode 100644 index 1105143f3..000000000 --- a/lttng/Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ -AM_CPPFLAGS = -I$(top_srcdir)/include \ - -DINSTALL_BIN_PATH=\""$(bindir)"\" - -bin_PROGRAMS = lttng - -lttng_SOURCES = cmd.h conf.c conf.h commands/start.c \ - commands/list.c commands/create.c commands/destroy.c \ - commands/stop.c commands/enable_events.c \ - commands/disable_events.c commands/enable_channels.c \ - commands/disable_channels.c commands/add_context.c \ - commands/set_session.c commands/version.c \ - commands/calibrate.c utils.c utils.h lttng.c - -lttng_LDADD = \ - $(top_builddir)/liblttngctl/liblttngctl.la