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 d4ecea3..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-AM_CFLAGS += -I$(srcdir) -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 = \
-       $(top_builddir)/liblttng-ust/liblttng-ust.la \
-       $(DL_LIBS)
-
-liblttng_ust_libc_wrapper_la_LDFLAGS = -version-info $(LTTNG_UST_LIBRARY_VERSION)
-
-liblttng_ust_pthread_wrapper_la_SOURCES = \
-       lttng-ust-pthread.c \
-       ust_pthread.h
-
-liblttng_ust_pthread_wrapper_la_LIBADD = \
-       $(top_builddir)/liblttng-ust/liblttng-ust.la \
-       $(DL_LIBS)
-
-liblttng_ust_pthread_wrapper_la_LDFLAGS = -version-info $(LTTNG_UST_LIBRARY_VERSION)
-
-dist_noinst_SCRIPTS = run
-EXTRA_DIST = README
This page took 0.023313 seconds and 4 git commands to generate.