Move plugin system sources to lib/plugin-system
[babeltrace.git] / lib / plugin-system / Makefile.am
CommitLineData
3b37d465
PP
1AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
2
3noinst_LTLIBRARIES = libplugin-system.la
4
5# Plug-in system library
6libplugin_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.023096 seconds and 4 git commands to generate.