Decouple component class from plugin subsystem, remove component factory
[babeltrace.git] / lib / component / Makefile.am
1 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
2
3 SUBDIRS = notification
4
5 noinst_LTLIBRARIES = libcomponent.la
6
7 # Plug-in system library
8 libcomponent_la_SOURCES = \
9 component.c \
10 component-class.c \
11 component-graph.c \
12 source.c \
13 sink.c \
14 filter.c \
15 iterator.c \
16 input.c
17
18 libcomponent_la_LIBADD = \
19 notification/libcomponent-notification.la
This page took 0.030136 seconds and 4 git commands to generate.