Do not install libringbuffer into system
[lttng-ust.git] / libringbuffer / Makefile.am
index 2fe76816b4964d850cb6251272a337c0bb01d617..9cd8c2699211c6c5c7bcde9c22d9816d2c345001 100644 (file)
@@ -1,7 +1,7 @@
 AM_CPPFLAGS = -I$(top_srcdir)/include
 AM_CFLAGS = -fno-strict-aliasing
 
-lib_LTLIBRARIES = libringbuffer.la
+noinst_LTLIBRARIES = libringbuffer.la
 
 noinst_HEADERS = \
        smp.h
@@ -16,7 +16,6 @@ libringbuffer_la_LDFLAGS = -no-undefined -version-info 0:0:0
 
 libringbuffer_la_LIBADD = \
        -lpthread \
-       -lrt \
-       $(top_builddir)/snprintf/libustsnprintf.la
+       -lrt
 
 libringbuffer_la_CFLAGS = -DUST_COMPONENT="libringbuffer" -fno-strict-aliasing
This page took 0.023348 seconds and 4 git commands to generate.