Remove Babeltrace 1 files and reorganize the tree
[babeltrace.git] / tests / lib / test-plugin-plugins / Makefile.am
1 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
2
3 noinst_LTLIBRARIES = plugin-minimal.la plugin-sfs.la
4
5 # the minimal plugin
6 plugin_minimal_la_SOURCES = minimal.c
7 plugin_minimal_la_LDFLAGS = -rpath / -avoid-version -module
8 plugin_minimal_la_LIBADD = \
9 $(top_builddir)/lib/libbabeltrace.la
10
11 # source/filter/sink plugin
12 plugin_sfs_la_SOURCES = sfs.c
13 plugin_sfs_la_LDFLAGS = -rpath / -avoid-version -module
14 plugin_sfs_la_LIBADD = \
15 $(top_builddir)/lib/libbabeltrace.la
This page took 0.035075 seconds and 4 git commands to generate.