Build system: implement REUSE with SPDX identifiers
[lttng-ust.git] / src / lib / Makefile.am
index fbd123585ad1655c2916d1aeae00a5e4dbc8f0c6..b5a19d9d67074af43bf95a317544ac9cfcdf66b7 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-FileCopyrightText: 2023 EfficiOS, Inc
+#
 # SPDX-License-Identifier: LGPL-2.1-only
 
 SUBDIRS = \
@@ -26,3 +28,6 @@ endif
 if ENABLE_PYTHON_AGENT
 SUBDIRS += lttng-ust-python-agent
 endif
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = lttng-ust.pc lttng-ust-ctl.pc
This page took 0.022809 seconds and 4 git commands to generate.