Plugins: rename reader -> fs, and symbols.c to plugin.c
[deliverable/babeltrace.git] / plugins / ctf / fs / Makefile.am
1 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
2
3 noinst_HEADERS = fs-internal.h
4 noinst_LTLIBRARIES = libbabeltrace-plugin-ctf-fs.la
5
6 # Plug-in system library
7 libbabeltrace_plugin_ctf_fs_la_SOURCES = \
8 fs.c
This page took 0.045514 seconds and 6 git commands to generate.