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