ref.h: doc: fix typo
[babeltrace.git] / lib / plugin-system / Makefile.am
CommitLineData
3b37d465
PP
1AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
2
6cdbfd7a
JG
3SUBDIRS = notification
4
3b37d465
PP
5noinst_LTLIBRARIES = libplugin-system.la
6
7# Plug-in system library
8libplugin_system_la_SOURCES = \
9 component.c \
10 component-class.c \
11 component-factory.c \
c0418dd9 12 component-graph.c \
3b37d465
PP
13 plugin.c \
14 source.c \
15 sink.c \
34a9ed19
JG
16 filter.c \
17 iterator.c \
18 input.c
78586d8a
JG
19
20libplugin_system_la_LIBADD = \
21 notification/libplugin-system-notification.la
This page took 0.025063 seconds and 4 git commands to generate.