X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=libringbuffer%2FMakefile.am;h=33db165323def56ab75dc7a97dccaf07190809cd;hb=a49a7e686059ce795ce678b42cc109b7a2b1d91e;hp=f1d7ade37aa9efd95a379851d3246cc4858c1426;hpb=2b2d6ff75efc17aa74ea9b0a7f8c756d812804bb;p=lttng-ust.git diff --git a/libringbuffer/Makefile.am b/libringbuffer/Makefile.am index f1d7ade3..33db1653 100644 --- a/libringbuffer/Makefile.am +++ b/libringbuffer/Makefile.am @@ -1,4 +1,4 @@ -AM_CPPFLAGS = -I$(top_srcdir)/include +AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include AM_CFLAGS = -fno-strict-aliasing noinst_LTLIBRARIES = libringbuffer.la @@ -11,10 +11,7 @@ libringbuffer_la_SOURCES = \ api.h \ backend.h backend_internal.h backend_types.h \ frontend_api.h frontend.h frontend_internal.h frontend_types.h \ - nohz.h vatomic.h - - -libringbuffer_la_LDFLAGS = -no-undefined -version-info 0:0:0 + nohz.h vatomic.h rb-init.h libringbuffer_la_LIBADD = \ -lpthread \