9fa9d9337a8cd6edc7cf88c7f7d7a7c6bec1652b
[babeltrace.git] / lib / plugin-system / Makefile.am
1 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
2
3 noinst_LTLIBRARIES = libplugin-system.la
4
5 # Plug-in system library
6 libplugin_system_la_SOURCES = \
7 component.c \
8 component-class.c \
9 component-factory.c \
10 plugin.c \
11 source.c \
12 sink.c \
13 iterator.c
This page took 0.035451 seconds and 3 git commands to generate.