projects
/
babeltrace.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
src.ctf.fs: remove leftover use of pointer arithmetics
[babeltrace.git]
/
src
/
lib
/
graph
/
Makefile.am
1
SUBDIRS = message
2
3
noinst_LTLIBRARIES = libgraph.la
4
5
# Graph library
6
libgraph_la_SOURCES = \
7
component.c \
8
component-class.c \
9
component-class.h \
10
component-class-sink-colander.c \
11
component-class-sink-colander.h \
12
component-filter.c \
13
component-filter.h \
14
component.h \
15
component-sink.c \
16
component-sink.h \
17
component-source.c \
18
component-source.h \
19
connection.c \
20
connection.h \
21
graph.c \
22
graph.h \
23
iterator.c \
24
port.c \
25
port.h \
26
query-executor.c \
27
query-executor.h
28
29
libgraph_la_LIBADD = \
30
message/libgraph-message.la
This page took
0.031322 seconds
and
4
git commands to generate.