lib: private functions: do not repeat `private` word
[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 = \
3b37d465
PP
7 component.c \
8 component-class.c \
7d55361f
JG
9 graph.c \
10 connection.c \
11 port.c \
3b37d465
PP
12 source.c \
13 sink.c \
34a9ed19 14 filter.c \
706a18f9 15 iterator.c \
c7eee084
PP
16 component-class-sink-colander.c \
17 query-executor.c
78586d8a 18
c5504f73
PP
19libgraph_la_LIBADD = \
20 notification/libgraph-notification.la
This page took 0.036703 seconds and 4 git commands to generate.