Do not use `bool` type; use new `bt_bool` instead
[babeltrace.git] / lib / graph / Makefile.am
CommitLineData
3b37d465
PP
1AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
2
6cdbfd7a
JG
3SUBDIRS = notification
4
c5504f73 5noinst_LTLIBRARIES = libgraph.la
3b37d465 6
c5504f73
PP
7# Graph library
8libgraph_la_SOURCES = \
8c0b8894 9 clock-class-priority-map.c \
3b37d465
PP
10 component.c \
11 component-class.c \
7d55361f
JG
12 graph.c \
13 connection.c \
14 port.c \
3b37d465
PP
15 source.c \
16 sink.c \
34a9ed19 17 filter.c \
784cdc68 18 iterator.c
78586d8a 19
c5504f73
PP
20libgraph_la_LIBADD = \
21 notification/libgraph-notification.la
This page took 0.027681 seconds and 4 git commands to generate.