Remove include of <babeltrace-internal.h> from public headers
[babeltrace.git] / lib / graph / Makefile.am
CommitLineData
6cdbfd7a
JG
1SUBDIRS = notification
2
c5504f73 3noinst_LTLIBRARIES = libgraph.la
3b37d465 4
c5504f73
PP
5# Graph library
6libgraph_la_SOURCES = \
8c0b8894 7 clock-class-priority-map.c \
3b37d465
PP
8 component.c \
9 component-class.c \
7d55361f
JG
10 graph.c \
11 connection.c \
12 port.c \
3b37d465
PP
13 source.c \
14 sink.c \
34a9ed19 15 filter.c \
784cdc68 16 iterator.c
78586d8a 17
c5504f73
PP
18libgraph_la_LIBADD = \
19 notification/libgraph-notification.la
This page took 0.032597 seconds and 4 git commands to generate.