ust-fd: Add close_range declaration
[lttng-ust.git] / liblttng-ust-dl / Makefile.am
diff --git a/liblttng-ust-dl/Makefile.am b/liblttng-ust-dl/Makefile.am
deleted file mode 100644 (file)
index b8ea2a3..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
-AM_CFLAGS = -fno-strict-aliasing
-
-lib_LTLIBRARIES = liblttng-ust-dl.la
-liblttng_ust_dl_la_SOURCES = \
-       ustdl.c \
-       ust_baddr.c \
-       ust_baddr.h
-liblttng_ust_dl_la_LIBADD = \
-       $(top_builddir)/liblttng-ust/liblttng-ust.la
-
-if LTTNG_UST_BUILD_WITH_LIBDL
-liblttng_ust_dl_la_LIBADD += -ldl
-endif
-if LTTNG_UST_BUILD_WITH_LIBC_DL
-liblttng_ust_dl_la_LIBADD += -lc
-endif
-
-liblttng_ust_dl_la_CFLAGS = -DUST_COMPONENT=liblttng-ust-dl -fno-strict-aliasing
This page took 0.024091 seconds and 4 git commands to generate.