projects
/
babeltrace.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Refuse to add port to component when parent graph is canceled
[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.031486 seconds
and
4
git commands to generate.