common: split ini-config in its own convenience library
[lttng-tools.git] / src / common / ini-config / Makefile.am
diff --git a/src/common/ini-config/Makefile.am b/src/common/ini-config/Makefile.am
new file mode 100644 (file)
index 0000000..7f0ee8d
--- /dev/null
@@ -0,0 +1,9 @@
+# SPDX-License-Identifier: GPL-2.0-only
+
+noinst_LTLIBRARIES = libini-config.la
+
+libini_config_la_SOURCES = \
+       ini.cpp \
+       ini.h \
+       ini-config.cpp \
+       ini-config.h
This page took 0.023928 seconds and 4 git commands to generate.