Remove Babeltrace 1 files and reorganize the tree
[babeltrace.git] / formats / lttng-live / Makefile.am
diff --git a/formats/lttng-live/Makefile.am b/formats/lttng-live/Makefile.am
deleted file mode 100644 (file)
index d976979..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_srcdir)
-
-lib_LTLIBRARIES = libbabeltrace-lttng-live.la
-
-noinst_HEADERS = \
-                lttng-viewer-abi.h \
-                lttng-live.h
-
-libbabeltrace_lttng_live_la_SOURCES = \
-       lttng-live-plugin.c lttng-live-comm.c
-
-# Request that the linker keeps all static libraries objects.
-libbabeltrace_lttng_live_la_LDFLAGS = \
-       $(LD_NO_AS_NEEDED) -version-info $(BABELTRACE_LIBRARY_VERSION)
-
-libbabeltrace_lttng_live_la_LIBADD = \
-       $(top_builddir)/lib/libbabeltrace.la
This page took 0.023906 seconds and 4 git commands to generate.