Remove component prefix from graph, connection and port filenames
[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 \
7d55361f
JG
11 graph.c \
12 connection.c \
13 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.025853 seconds and 4 git commands to generate.