Use compiler-agnostic defines to silence warning
[lttng-tools.git] / src / vendor / Makefile.am
index e9c2fcfe718e5640b4ce7acec7eaae2dcddb8cae..4df77e5f6060571d8a6d250d3a2d40066b845227 100644 (file)
@@ -1,3 +1,13 @@
 # SPDX-License-Identifier: GPL-2.0-only
 
-SUBDIRS = msgpack
+SUBDIRS = msgpack fmt
+
+EXTRA_DIST = optional.hpp fmt nlohmann
+
+noinst_LTLIBRARIES =
+
+# libargpar
+noinst_LTLIBRARIES += argpar/libargpar.la
+argpar_libargpar_la_SOURCES = \
+       argpar/argpar.c \
+       argpar/argpar.h
This page took 0.024117 seconds and 4 git commands to generate.