09bb17926b20922d89d7868dae08d43a708f3814
[babeltrace.git] / lib / graph / Makefile.am
1 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
2
3 SUBDIRS = notification
4
5 noinst_LTLIBRARIES = libgraph.la
6
7 # Graph library
8 libgraph_la_SOURCES = \
9 clock-class-priority-map.c \
10 component.c \
11 component-class.c \
12 graph.c \
13 connection.c \
14 port.c \
15 source.c \
16 sink.c \
17 filter.c \
18 iterator.c
19
20 libgraph_la_LIBADD = \
21 notification/libgraph-notification.la
This page took 0.030358 seconds and 3 git commands to generate.