X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=src%2Flib%2Fgraph%2FMakefile.am;h=69b0531f5b5a6a5a0fc7c533f3b7143161909cbc;hp=a7a9c03720106ff1c4546836e0f7f54e76d3d98c;hb=0235b0db7de5bcacdb3650c92461f2ce5eb2143d;hpb=b70d57a123c4e4a208b988539a7eb8fceb2b63a7 diff --git a/src/lib/graph/Makefile.am b/src/lib/graph/Makefile.am index a7a9c037..69b0531f 100644 --- a/src/lib/graph/Makefile.am +++ b/src/lib/graph/Makefile.am @@ -1,21 +1,25 @@ +# SPDX-License-Identifier: MIT + SUBDIRS = message noinst_LTLIBRARIES = libgraph.la # Graph library libgraph_la_SOURCES = \ - component.c \ + component-class-sink-simple.c \ + component-class-sink-simple.h \ component-class.c \ component-class.h \ - component-class-sink-colander.c \ - component-class-sink-colander.h \ + component-descriptor-set.c \ + component-descriptor-set.h \ component-filter.c \ component-filter.h \ - component.h \ component-sink.c \ component-sink.h \ component-source.c \ component-source.h \ + component.c \ + component.h \ connection.c \ connection.h \ graph.c \ @@ -23,6 +27,9 @@ libgraph_la_SOURCES = \ interrupter.c \ interrupter.h \ iterator.c \ + message-iterator-class.c \ + message-iterator-class.h \ + mip.c \ port.c \ port.h \ query-executor.c \