lib: update copyrights
[babeltrace.git] / lib / graph / Makefile.am
index 09bb17926b20922d89d7868dae08d43a708f3814..6be6669633f1f93cc236b9799f706dc0fe036c7c 100644 (file)
@@ -1,21 +1,20 @@
-AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
-
 SUBDIRS = notification
 
 noinst_LTLIBRARIES = libgraph.la
 
 # Graph library
 libgraph_la_SOURCES = \
-       clock-class-priority-map.c \
-       component.c \
+       component-class-sink-colander.c \
        component-class.c \
-       graph.c \
+       component-filter.c \
+       component-sink.c \
+       component-source.c \
+       component.c \
        connection.c \
+       graph.c \
+       iterator.c \
        port.c \
-       source.c \
-       sink.c \
-       filter.c \
-       iterator.c
+       query-executor.c
 
 libgraph_la_LIBADD = \
        notification/libgraph-notification.la
This page took 0.025279 seconds and 4 git commands to generate.