X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=src%2Flib%2Fgraph%2FMakefile.am;h=69b0531f5b5a6a5a0fc7c533f3b7143161909cbc;hp=16e0a1e29a411d2a7fb9726f54a2f99c46e0dd7a;hb=0235b0db7de5bcacdb3650c92461f2ce5eb2143d;hpb=078033edee10d9764e5779f081b38507af41bdcf diff --git a/src/lib/graph/Makefile.am b/src/lib/graph/Makefile.am index 16e0a1e2..69b0531f 100644 --- a/src/lib/graph/Makefile.am +++ b/src/lib/graph/Makefile.am @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: MIT + SUBDIRS = message noinst_LTLIBRARIES = libgraph.la @@ -8,6 +10,8 @@ libgraph_la_SOURCES = \ component-class-sink-simple.h \ component-class.c \ component-class.h \ + component-descriptor-set.c \ + component-descriptor-set.h \ component-filter.c \ component-filter.h \ component-sink.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 \