projects
/
babeltrace.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
4af458ca47f7e22e786ecdc2a83c039c9fdceecc
[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
component.c \
10
component-class.c \
11
component-graph.c \
12
source.c \
13
sink.c \
14
filter.c \
15
iterator.c \
16
input.c
17
18
libcomponent_la_LIBADD = \
19
notification/libcomponent-notification.la
This page took
0.030109 seconds
and
4
git commands to generate.