Add missing include in component-sink-internal.h
[babeltrace.git] / lib / component / Makefile.am
... / ...
CommitLineData
1AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
2
3SUBDIRS = notification
4
5noinst_LTLIBRARIES = libcomponent.la
6
7# Plug-in system library
8libcomponent_la_SOURCES = \
9 component.c \
10 component-class.c \
11 component-graph.c \
12 component-connection.c \
13 component-port.c \
14 source.c \
15 sink.c \
16 filter.c \
17 iterator.c
18
19libcomponent_la_LIBADD = \
20 notification/libcomponent-notification.la
This page took 0.022546 seconds and 4 git commands to generate.