X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=liblttng-ust-dl%2FMakefile.am;h=1f6d166a013ae4230f9cb22405fa0d0f899f9df9;hb=HEAD;hp=8df6eb576c56cfd5e3e898e06fc036738f0fddc5;hpb=fb54defd7e47e106bdf3b7eb07d53f0aba0525ec;p=lttng-ust.git diff --git a/liblttng-ust-dl/Makefile.am b/liblttng-ust-dl/Makefile.am deleted file mode 100644 index 8df6eb57..00000000 --- a/liblttng-ust-dl/Makefile.am +++ /dev/null @@ -1,13 +0,0 @@ -AM_CFLAGS += -I$(srcdir) -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 \ - $(DL_LIBS) - -liblttng_ust_dl_la_CFLAGS = -DUST_COMPONENT=liblttng-ust-dl $(AM_CFLAGS)