Remove Babeltrace 1 files and reorganize the tree
[babeltrace.git] / formats / ctf-text / Makefile.am
diff --git a/formats/ctf-text/Makefile.am b/formats/ctf-text/Makefile.am
deleted file mode 100644 (file)
index f913de7..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
-
-SUBDIRS = types .
-
-lib_LTLIBRARIES = libbabeltrace-ctf-text.la
-
-libbabeltrace_ctf_text_la_SOURCES = \
-       ctf-text.c
-
-libbabeltrace_ctf_text_la_LDFLAGS = \
-       $(LD_NO_AS_NEEDED) -version-info $(BABELTRACE_LIBRARY_VERSION) \
-       types/libctf-text-types.la
-
-libbabeltrace_ctf_text_la_LIBADD = \
-       $(top_builddir)/lib/libbabeltrace.la \
-       $(top_builddir)/formats/ctf/libbabeltrace-ctf.la
-
-if ENABLE_DEBUG_INFO
-libbabeltrace_ctf_text_la_LIBADD += $(top_builddir)/lib/libdebug-info.la
-endif
This page took 0.023666 seconds and 4 git commands to generate.