visitor-generate-ir.c: validate clock class frequency in visitor
[babeltrace.git] / lib / graph / Makefile.am
... / ...
CommitLineData
1AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
2
3SUBDIRS = notification
4
5noinst_LTLIBRARIES = libgraph.la
6
7# Graph library
8libgraph_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
20libgraph_la_LIBADD = \
21 notification/libgraph-notification.la
This page took 0.024291 seconds and 4 git commands to generate.