CTF Writer sink
[babeltrace.git] / plugins / Makefile.am
index 271190b8a6f63a0e17d033d29e1976a6ca9bd40b..e73ad9d1320c885a69ee486f46f2fbed9496ac3e 100644 (file)
@@ -1,19 +1 @@
-AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
-
-SUBDIRS = . ctf
-
-lib_LTLIBRARIES = libbabeltrace-plugin.la
-
-# Plug-in system library
-libbabeltrace_plugin_la_SOURCES = \
-       plugin.c \
-       source.c \
-       sink.c \
-       iterator.c
-
-# Request that the linker keeps all static librarie objects.
-libbabeltrace_plugin_la_LDFLAGS = \
-       -Wl,--no-as-needed -version-info $(BABELTRACE_LIBRARY_VERSION)
-
-libbabeltrace_plugin_la_LIBADD = \
-       $(top_builddir)/lib/libbabeltrace.la
+SUBDIRS = ctf text muxer trimmer writer
This page took 0.028038 seconds and 4 git commands to generate.