Plugins are alive!
[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 plugin.c \
13 source.c \
14 sink.c \
15 iterator.c
16
17 libplugin_system_la_LIBADD = \
18 notification/libplugin-system-notification.la
This page took 0.03226 seconds and 4 git commands to generate.