Rename UST.class to LTTNG_UST.class
[ust.git] / libringbuffer / Makefile.am
index bc2c7a727db05d5d3e3c65453bfa1a3b6821dace..9cd8c2699211c6c5c7bcde9c22d9816d2c345001 100644 (file)
@@ -1,22 +1,21 @@
 AM_CPPFLAGS = -I$(top_srcdir)/include
 AM_CFLAGS = -fno-strict-aliasing
 
-lib_LTLIBRARIES = libringbuffer.la
+noinst_LTLIBRARIES = libringbuffer.la
+
+noinst_HEADERS = \
+       smp.h
 
 libringbuffer_la_SOURCES = \
+       shm.c \
+       smp.c \
        ring_buffer_backend.c \
-       ring_buffer_frontend.c \
-       ring_buffer_iterator.c \
-       ring_buffer_vfs.c \
-       ring_buffer_splice.c \
-       ring_buffer_mmap.c \
-       ../libprio_heap/lttng_prio_heap.c
+       ring_buffer_frontend.c
 
 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.026456 seconds and 4 git commands to generate.