e3f9614ec4f340dbaf307e9e0b04ddab9f9bc1d5
[babeltrace.git] / lib / plugin-system / Makefile.am
1 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
2
3 SUBDIRS = notification
4
5 noinst_LTLIBRARIES = libplugin-system.la
6
7 # Plug-in system library
8 libplugin_system_la_SOURCES = \
9 component.c \
10 component-class.c \
11 component-factory.c \
12 plugin.c \
13 source.c \
14 sink.c \
15 iterator.c
This page took 0.029355 seconds and 3 git commands to generate.