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