Discover plugins in converter.c
[babeltrace.git] / plugins / Makefile.am
CommitLineData
8ca04164
JG
1AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
2
480dc8ed 3SUBDIRS = . ctf
8ca04164
JG
4
5lib_LTLIBRARIES = libbabeltrace-plugin.la
6
2bd8a567 7# Plug-in system library
8ca04164 8libbabeltrace_plugin_la_SOURCES = \
430b94fa 9 component.c \
fb2dcc52 10 component-class.c \
f3e4505b 11 component-factory.c \
fb2dcc52 12 plugin.c \
8ca04164
JG
13 source.c \
14 sink.c \
15 iterator.c
16
33bceaf8 17# Request that the linker keeps all static library objects.
8ca04164
JG
18libbabeltrace_plugin_la_LDFLAGS = \
19 -Wl,--no-as-needed -version-info $(BABELTRACE_LIBRARY_VERSION)
20
21libbabeltrace_plugin_la_LIBADD = \
22 $(top_builddir)/lib/libbabeltrace.la
This page took 0.023304 seconds and 4 git commands to generate.