Use compiler-agnostic defines to silence warning
[lttng-tools.git] / src / vendor / Makefile.am
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 SUBDIRS = msgpack fmt
4
5 EXTRA_DIST = optional.hpp fmt nlohmann
6
7 noinst_LTLIBRARIES =
8
9 # libargpar
10 noinst_LTLIBRARIES += argpar/libargpar.la
11 argpar_libargpar_la_SOURCES = \
12 argpar/argpar.c \
13 argpar/argpar.h
This page took 0.038396 seconds and 5 git commands to generate.