doc/api/libbabeltrace2/DoxygenLayout.xml: use `topics` tab
[babeltrace.git] / lib / Makefile.am
diff --git a/lib/Makefile.am b/lib/Makefile.am
deleted file mode 100644 (file)
index 71af87a..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-SUBDIRS = prio_heap plugin component .
-
-AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
-
-lib_LTLIBRARIES = libbabeltrace.la
-
-libbabeltrace_la_SOURCES = babeltrace.c \
-                          iterator.c \
-                          context.c \
-                          trace-handle.c \
-                          trace-collection.c \
-                          registry.c \
-                          values.c \
-                          ref.c
-
-libbabeltrace_la_LDFLAGS = -version-info $(BABELTRACE_LIBRARY_VERSION)
-
-if ENABLE_DEBUG_INFO
-noinst_LTLIBRARIES = libdebug-info.la
-
-libdebug_info_la_SOURCES = debug-info.c \
-                         bin-info.c \
-                         dwarf.c \
-                         crc32.c \
-                         utils.c
-libdebug_info_la_LDFLAGS = -lelf -ldw
-libdebug_info_la_LIBADD = libbabeltrace.la
-endif
-
-libbabeltrace_la_LIBADD = \
-       prio_heap/libprio_heap.la \
-       $(top_builddir)/types/libbabeltrace_types.la \
-       $(top_builddir)/compat/libcompat.la \
-       component/libcomponent.la \
-       plugin/libplugin.la
This page took 0.024135 seconds and 4 git commands to generate.