X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=liblttng-ust-ctl%2FMakefile.am;h=6043d17cdbbecba5f4565f02a1067932be9fb28a;hb=HEAD;hp=e10ba8ba826a1ce10b7c2bb77ac2140aedfdc279;hpb=23b2b925a8e1e6f1730ad83b6331306c1fa88001;p=lttng-ust.git diff --git a/liblttng-ust-ctl/Makefile.am b/liblttng-ust-ctl/Makefile.am deleted file mode 100644 index e10ba8ba..00000000 --- a/liblttng-ust-ctl/Makefile.am +++ /dev/null @@ -1,14 +0,0 @@ -AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/liblttng-ust-comm -I$(top_builddir)/include -AM_CFLAGS = -fno-strict-aliasing - -lib_LTLIBRARIES = liblttng-ust-ctl.la - -liblttng_ust_ctl_la_SOURCES = ustctl.c ust-ctl-private.h -liblttng_ust_ctl_la_LDFLAGS = \ - -version-info $(LTTNG_UST_CTL_LIBRARY_VERSION) - -liblttng_ust_ctl_la_LIBADD = \ - $(top_builddir)/liblttng-ust-comm/liblttng-ust-comm.la \ - $(top_builddir)/liblttng-ust/liblttng-ust-support.la \ - $(top_builddir)/snprintf/libustsnprintf.la \ - -ldl