ust-fd: Add close_range declaration
[lttng-ust.git] / libringbuffer / Makefile.am
diff --git a/libringbuffer/Makefile.am b/libringbuffer/Makefile.am
deleted file mode 100644 (file)
index 9cd8c26..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-AM_CPPFLAGS = -I$(top_srcdir)/include
-AM_CFLAGS = -fno-strict-aliasing
-
-noinst_LTLIBRARIES = libringbuffer.la
-
-noinst_HEADERS = \
-       smp.h
-
-libringbuffer_la_SOURCES = \
-       shm.c \
-       smp.c \
-       ring_buffer_backend.c \
-       ring_buffer_frontend.c
-
-libringbuffer_la_LDFLAGS = -no-undefined -version-info 0:0:0
-
-libringbuffer_la_LIBADD = \
-       -lpthread \
-       -lrt
-
-libringbuffer_la_CFLAGS = -DUST_COMPONENT="libringbuffer" -fno-strict-aliasing
This page took 0.022767 seconds and 4 git commands to generate.