configure: enable -Wshadow-field
[babeltrace.git] / src / lib / plugin / Makefile.am
CommitLineData
0235b0db
MJ
1# SPDX-License-Identifier: MIT
2
b14c7bf1
MJ
3AM_CPPFLAGS += '-DBABELTRACE_PLUGIN_PROVIDERS_DIR="$(BABELTRACE_PLUGIN_PROVIDERS_DIR)"'
4
33b34c43
PP
5noinst_LTLIBRARIES = libplugin.la
6
7# Plug-in system library
8libplugin_la_SOURCES = \
55bb57e0 9 plugin.c \
578e048b
MJ
10 plugin.h \
11 plugin-so.c \
12 plugin-so.h
This page took 0.072581 seconds and 4 git commands to generate.