Rename lib/component/ -> lib/graph/ to match include/babeltrace/graph/
[babeltrace.git] / lib / component / Makefile.am
diff --git a/lib/component/Makefile.am b/lib/component/Makefile.am
deleted file mode 100644 (file)
index a72766e..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
-
-SUBDIRS = notification
-
-noinst_LTLIBRARIES = libcomponent.la
-
-# Plug-in system library
-libcomponent_la_SOURCES = \
-       clock-class-priority-map.c \
-       component.c \
-       component-class.c \
-       graph.c \
-       connection.c \
-       port.c \
-       source.c \
-       sink.c \
-       filter.c \
-       iterator.c
-
-libcomponent_la_LIBADD = \
-       notification/libcomponent-notification.la
This page took 0.023331 seconds and 4 git commands to generate.