X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=libust%2FMakefile.am;h=0fa4a2b56a83f24e940cbc2c2e004c29be49ca7c;hb=5e96a46756a5dcd6e348afd84078b9e26438245d;hp=60687a90ed04a7a11499f6f06d45b0afdd77e5db;hpb=afa28e0364b5132f3473ff08d9bca2026e723b41;p=lttng-ust.git diff --git a/libust/Makefile.am b/libust/Makefile.am index 60687a90..0fa4a2b5 100644 --- a/libust/Makefile.am +++ b/libust/Makefile.am @@ -1,9 +1,33 @@ +AM_CPPFLAGS = -I$(top_srcdir)/include +AM_CFLAGS = -fno-strict-aliasing + lib_LTLIBRARIES = libust.la -libust_la_SOURCES = marker.c marker.h tracepoint.c tracepoint.h immediate.h channels.c channels.h marker-control.c marker-control.h relay.c relay.h tracer.c tracer.h tracercore.c tracercore.h serialize.c tracectl.c $(top_builddir)/libustcomm/ustcomm.c $(top_builddir)/share/kref.c $(top_builddir)/share/usterr.c + +libust_la_SOURCES = \ + tracepoint.c \ + ltt-tracer.h \ + ltt-tracer-core.h \ + 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 \ + ltt-events.c \ + ltt-context.c \ + ltt-probes.c \ + lttng-ust-abi.c \ + lttng-ust-comm.c \ + ust-core.c + +#removed: buffers.c buffers.h + libust_la_LDFLAGS = -no-undefined -version-info 0:0:0 -libust_la_LIBADD = @URCU_PATH@@URCU_LIB@ -lpthread -INCLUDES = -I$(top_builddir)/share -INCLUDES += -I$(top_builddir)/libustcomm -INCLUDES += -I@URCU_PATH@ -INCLUDES += -I@KCOMPAT_PATH@ +libust_la_LIBADD = \ + -lpthread \ + -lrt \ + -luuid \ + $(top_builddir)/snprintf/libustsnprintf.la \ + $(top_builddir)/libringbuffer/libringbuffer.la + +libust_la_CFLAGS = -DUST_COMPONENT="libust" -fno-strict-aliasing