X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fust%2Fhigh-throughput%2FMakefile.am;fp=tests%2Fust%2Fhigh-throughput%2FMakefile.am;h=0000000000000000000000000000000000000000;hp=cff8fe423051fb8c9f06e7a49ecf730a03d17d6d;hb=9ac429ef32142eaecfec2d1a44569464c4f8f721;hpb=785d2d0dc3aec3a4e44fcf677155dd07e8e4cc1f diff --git a/tests/ust/high-throughput/Makefile.am b/tests/ust/high-throughput/Makefile.am deleted file mode 100644 index cff8fe423..000000000 --- a/tests/ust/high-throughput/Makefile.am +++ /dev/null @@ -1,16 +0,0 @@ -AM_CFLAGS = -I$(srcdir) -O2 -AM_LDFLAGS = -llttng-ust - -if LTTNG_TOOLS_BUILD_WITH_LIBDL -AM_LDFLAGS += -ldl -endif -if LTTNG_TOOLS_BUILD_WITH_LIBC_DL -AM_LDFLAGS += -lc -endif - -noinst_PROGRAMS = gen-events -gen_events_SOURCES = main.c tp.c tp.h -gen_events_LDADD = -llttng-ust - -noinst_SCRIPTS = run -EXTRA_DIST = run