Make the Python plugin provider a libtool module
[babeltrace.git] / src / lib / plugin / Makefile.am
CommitLineData
b14c7bf1
MJ
1AM_CPPFLAGS += '-DBABELTRACE_PLUGIN_PROVIDERS_DIR="$(BABELTRACE_PLUGIN_PROVIDERS_DIR)"'
2
33b34c43
PP
3noinst_LTLIBRARIES = libplugin.la
4
5# Plug-in system library
6libplugin_la_SOURCES = \
55bb57e0 7 plugin.c \
578e048b
MJ
8 plugin.h \
9 plugin-so.c \
10 plugin-so.h
This page took 0.042164 seconds and 4 git commands to generate.