Move remaining protorectoral files to ctf fs plugin
[babeltrace.git] / plugins / ctf / fs / Makefile.am
1 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
2
3 noinst_HEADERS = \
4 fs.h \
5 data-stream.h \
6 file.h \
7 metadata.h \
8 print.h
9 noinst_LTLIBRARIES = libbabeltrace-plugin-ctf-fs.la
10
11 libbabeltrace_plugin_ctf_fs_la_LIBADD = \
12 $(builddir)/../common/libbabeltrace-plugin-ctf-common.la
13 libbabeltrace_plugin_ctf_fs_la_SOURCES = \
14 fs.c \
15 data-stream.c \
16 metadata.c \
17 file.c
This page took 0.029933 seconds and 4 git commands to generate.