X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=liblttng-ust-dl%2FMakefile.am;h=1f6d166a013ae4230f9cb22405fa0d0f899f9df9;hb=HEAD;hp=c0168f395bf9e4a093339d3e61a703e397e39f39;hpb=e1c62734a4c511d6ba3b3b240486b5034ba7bd99;p=lttng-ust.git diff --git a/liblttng-ust-dl/Makefile.am b/liblttng-ust-dl/Makefile.am deleted file mode 100644 index c0168f39..00000000 --- a/liblttng-ust-dl/Makefile.am +++ /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 = \ - lttng-ust-dl.c \ - ust_dl.c \ - ust_dl.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 $(AM_CFLAGS)