lib: private functions: do not repeat `private` word
[babeltrace.git] / lib / graph / Makefile.am
index a3671a1970c22d845810d7a56673c2b1e147c8ee..3dcf50dd1e62160b270626242fa87ba10b95cb18 100644 (file)
@@ -4,7 +4,6 @@ noinst_LTLIBRARIES = libgraph.la
 
 # Graph library
 libgraph_la_SOURCES = \
-       clock-class-priority-map.c \
        component.c \
        component-class.c \
        graph.c \
@@ -13,7 +12,9 @@ libgraph_la_SOURCES = \
        source.c \
        sink.c \
        filter.c \
-       iterator.c
+       iterator.c \
+       component-class-sink-colander.c \
+       query-executor.c
 
 libgraph_la_LIBADD = \
        notification/libgraph-notification.la
This page took 0.026013 seconds and 4 git commands to generate.