X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fust-nprocesses%2FMakefile.am;fp=tests%2Fust-nprocesses%2FMakefile.am;h=0000000000000000000000000000000000000000;hp=d3fdcbd4120cf5bdcf5c17250fbae09eabffd1dc;hb=355f483d1713d1e047ad6256bea039cb693ae38e;hpb=0e4cbe7e2c4c6a8343e710a3b050af8c33f95e21 diff --git a/tests/ust-nprocesses/Makefile.am b/tests/ust-nprocesses/Makefile.am deleted file mode 100644 index d3fdcbd41..000000000 --- a/tests/ust-nprocesses/Makefile.am +++ /dev/null @@ -1,16 +0,0 @@ -AM_CFLAGS = -I. -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-time -gen_events_time_SOURCES = gen-events-time.c tp.c ust_gen_event.h -gen_events_time_LDADD = -llttng-ust - -noinst_SCRIPTS = run -EXTRA_DIST = run