08da9f1914b9d921eabb25ff4e4ee21b8be768a7
[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 component-connection.c \
13 source.c \
14 sink.c \
15 filter.c \
16 iterator.c
17
18 libcomponent_la_LIBADD = \
19 notification/libcomponent-notification.la
This page took 0.029816 seconds and 3 git commands to generate.