Add `-internal` suffix to all internal header files
[babeltrace.git] / lib / component / Makefile.am
1 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
2
3 SUBDIRS = notification
4
5 noinst_LTLIBRARIES = libcomponent.la
6
7 # Plug-in system library
8 libcomponent_la_SOURCES = \
9 clock-class-priority-map.c \
10 component.c \
11 component-class.c \
12 graph.c \
13 connection.c \
14 port.c \
15 source.c \
16 sink.c \
17 filter.c \
18 iterator.c
19
20 libcomponent_la_LIBADD = \
21 notification/libcomponent-notification.la
This page took 0.029638 seconds and 4 git commands to generate.