Fix: test_benchmark: do not match "CPU(s) scaling MHz:"
[lttng-ust.git] / libringbuffer / Makefile.am
diff --git a/libringbuffer/Makefile.am b/libringbuffer/Makefile.am
deleted file mode 100644 (file)
index bc2c7a7..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-AM_CPPFLAGS = -I$(top_srcdir)/include
-AM_CFLAGS = -fno-strict-aliasing
-
-lib_LTLIBRARIES = libringbuffer.la
-
-libringbuffer_la_SOURCES = \
-       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
-
-libringbuffer_la_LDFLAGS = -no-undefined -version-info 0:0:0
-
-libringbuffer_la_LIBADD = \
-       -lpthread \
-       -lrt \
-       $(top_builddir)/snprintf/libustsnprintf.la
-
-libringbuffer_la_CFLAGS = -DUST_COMPONENT="libringbuffer" -fno-strict-aliasing
This page took 0.023442 seconds and 4 git commands to generate.