Move to kernel style SPDX license identifiers
[babeltrace.git] / src / lib / plugin / Makefile.am
1 # SPDX-License-Identifier: MIT
2
3 AM_CPPFLAGS += '-DBABELTRACE_PLUGIN_PROVIDERS_DIR="$(BABELTRACE_PLUGIN_PROVIDERS_DIR)"'
4
5 noinst_LTLIBRARIES = libplugin.la
6
7 # Plug-in system library
8 libplugin_la_SOURCES = \
9 plugin.c \
10 plugin.h \
11 plugin-so.c \
12 plugin-so.h
This page took 0.030031 seconds and 4 git commands to generate.