lib: add internal object pool API and use it; adapt plugins/tests
[babeltrace.git] / plugins / Makefile.am
index 29226a301ca4f1181674895571100c985cc45547..7b4ca384e00fbee90e3ff05ab4d4180255d71ee6 100644 (file)
@@ -1,22 +1,8 @@
-AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
+SUBDIRS = text utils ctf
+# libctfcopytrace
 
-SUBDIRS = . ctf
+if ENABLE_DEBUG_INFO
+#SUBDIRS += lttng-utils
+endif
 
-lib_LTLIBRARIES = libbabeltrace-plugin.la
-
-# Plug-in system library
-libbabeltrace_plugin_la_SOURCES = \
-       component.c \
-       component-class.c \
-       component-factory.c \
-       plugin.c \
-       source.c \
-       sink.c \
-       iterator.c
-
-# Request that the linker keeps all static library objects.
-libbabeltrace_plugin_la_LDFLAGS = \
-       -Wl,--no-as-needed -version-info $(BABELTRACE_LIBRARY_VERSION)
-
-libbabeltrace_plugin_la_LIBADD = \
-       $(top_builddir)/lib/libbabeltrace.la
+noinst_HEADERS = plugins-common.h
This page took 0.023754 seconds and 4 git commands to generate.