Add base plug-in skeletons
[babeltrace.git] / plugins / ctf / reader / Makefile.am
CommitLineData
a6fe9093
JG
1AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
2
f3bc2010
JG
3noinst_HEADERS = reader-internal.h
4noinst_LTLIBRARIES = libbabeltrace-plugin-ctf-reader.la
a6fe9093
JG
5
6# Plug-in system library
7libbabeltrace_plugin_ctf_reader_la_SOURCES = \
8 reader.c
9
10# Request that the linker keeps all static librarie objects.
11libbabeltrace_plugin_ctf_reader_la_LDFLAGS = \
f3bc2010 12 -Wl,--no-as-needed
a6fe9093
JG
13
14libbabeltrace_plugin_ctf_reader_la_LIBADD = \
15 $(top_builddir)/lib/libbabeltrace.la \
16 $(top_builddir)/formats/ctf/libbabeltrace-ctf.la \
17 $(top_builddir)/plugins/libbabeltrace-plugin.la
This page took 0.025873 seconds and 4 git commands to generate.