X-Git-Url: http://git.lttng.org/?p=lttng-ust.git;a=blobdiff_plain;f=libringbuffer%2FMakefile.am;fp=libringbuffer%2FMakefile.am;h=0148a030a6d049bebaf2ee460a26483c760c481c;hp=271c8beed9ffdd385e9a39902d4c463b688d3887;hb=bf5ff35ed0a3a7f60e92d654a5b97e73b94da852;hpb=cbd7f39d9267e24159023db91712ca91558c5cc8 diff --git a/libringbuffer/Makefile.am b/libringbuffer/Makefile.am index 271c8bee..0148a030 100644 --- a/libringbuffer/Makefile.am +++ b/libringbuffer/Makefile.am @@ -15,6 +15,7 @@ libringbuffer_la_SOURCES = \ libringbuffer_la_LIBADD = \ -lpthread \ - -lrt + -lrt \ + -luuid libringbuffer_la_CFLAGS = -DUST_COMPONENT="libringbuffer" -fno-strict-aliasing