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