Commit | Line | Data |
---|---|---|
3b37d465 PP |
1 | AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include |
2 | ||
6cdbfd7a JG |
3 | SUBDIRS = notification |
4 | ||
c5504f73 | 5 | noinst_LTLIBRARIES = libgraph.la |
3b37d465 | 6 | |
c5504f73 PP |
7 | # Graph library |
8 | libgraph_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 |
20 | libgraph_la_LIBADD = \ |
21 | notification/libgraph-notification.la |