45f11d8839e2cf07f617e8a3fc04772a6df84684
[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.029558 seconds and 3 git commands to generate.