X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=liblttng-ust%2FMakefile.am;h=abb7a8dc4154166f85ffb4c40e2c5239b89cbe49;hb=HEAD;hp=fef43c2466956dca38c94fbf497ed086ef4500f8;hpb=596c4223bf063ebc06262c08896c596326d036e6;p=lttng-ust.git diff --git a/liblttng-ust/Makefile.am b/liblttng-ust/Makefile.am deleted file mode 100644 index fef43c24..00000000 --- a/liblttng-ust/Makefile.am +++ /dev/null @@ -1,51 +0,0 @@ -AM_CPPFLAGS = -I$(top_srcdir)/include -AM_CFLAGS = -fno-strict-aliasing - -noinst_LTLIBRARIES = liblttng-ust-runtime.la liblttng-ust-support.la - -lib_LTLIBRARIES = liblttng-ust.la - -liblttng_ust_runtime_la_SOURCES = \ - lttng-ust-comm.c \ - lttng-ust-abi.c \ - ltt-probes.c \ - probes/lttng-probe-ust.c \ - probes/lttng-probe-ust.h \ - lttng-context-vtid.c \ - lttng-context-vpid.c \ - lttng-context-pthread-id.c \ - lttng-context-procname.c \ - ltt-context.c \ - ltt-events.c \ - tracepoint.c \ - tracepoint-internal.h \ - clock.h \ - wait.h \ - jhash.h - -liblttng_ust_support_la_SOURCES = \ - ltt-tracer.h \ - ltt-tracer-core.h \ - ust-core.c \ - ltt-ring-buffer-client.h \ - ltt-ring-buffer-client-discard.c \ - ltt-ring-buffer-client-overwrite.c \ - ltt-ring-buffer-metadata-client.h \ - ltt-ring-buffer-metadata-client.c - -liblttng_ust_la_SOURCES = - -liblttng_ust_la_LDFLAGS = -no-undefined -version-info 0:0:0 - -liblttng_ust_support_la_LIBADD = \ - $(top_builddir)/libringbuffer/libringbuffer.la - -liblttng_ust_la_LIBADD = \ - -lpthread \ - -lrt \ - -luuid \ - $(top_builddir)/snprintf/libustsnprintf.la \ - $(top_builddir)/liblttng-ust-comm/liblttng-ust-comm.la \ - liblttng-ust-runtime.la liblttng-ust-support.la - -liblttng_ust_la_CFLAGS = -DUST_COMPONENT="liblttng-ust" -fno-strict-aliasing