ust-fd: Add close_range declaration
[lttng-ust.git] / liblttng-ust-libc-wrapper / Makefile.am
diff --git a/liblttng-ust-libc-wrapper/Makefile.am b/liblttng-ust-libc-wrapper/Makefile.am
deleted file mode 100644 (file)
index e510a11..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
-AM_CFLAGS += -fno-strict-aliasing
-
-lib_LTLIBRARIES = liblttng-ust-libc-wrapper.la \
-  liblttng-ust-pthread-wrapper.la
-
-liblttng_ust_libc_wrapper_la_SOURCES = \
-       lttng-ust-malloc.c \
-       ust_libc.h
-
-liblttng_ust_libc_wrapper_la_LIBADD = \
-       -L$(top_builddir)/liblttng-ust/.libs \
-       -llttng-ust \
-       $(DL_LIBS)
-
-liblttng_ust_pthread_wrapper_la_SOURCES = \
-       lttng-ust-pthread.c \
-       ust_pthread.h
-
-liblttng_ust_pthread_wrapper_la_LIBADD = \
-       -L$(top_builddir)/liblttng-ust/.libs \
-       -llttng-ust \
-       $(DL_LIBS)
-
-noinst_SCRIPTS = run
-EXTRA_DIST = run
This page took 0.022941 seconds and 4 git commands to generate.