Move pkgconfig file to 'src/lib/'
[lttng-ust.git] / src / lib / Makefile.am
index 1b70e5309325b6f9137ed2005654c5c67da587bb..bcf2a9b2ab3e97bea6f8664b6dfef59419c211c0 100644 (file)
@@ -1,7 +1,31 @@
 # SPDX-License-Identifier: LGPL-2.1-only
 
-SUBDIRS =
+SUBDIRS = \
+       lttng-ust-common \
+       lttng-ust-tracepoint \
+       lttng-ust \
+       lttng-ust-ctl \
+       lttng-ust-fd \
+       lttng-ust-fork \
+       lttng-ust-cyg-profile \
+       lttng-ust-libc-wrapper \
+       lttng-ust-pthread-wrapper
+
+if ENABLE_UST_DL
+SUBDIRS += lttng-ust-dl
+endif
+
+if ENABLE_JNI_INTERFACE
+SUBDIRS += lttng-ust-java
+endif
+
+if ENABLE_JAVA_AGENT
+SUBDIRS += lttng-ust-java-agent
+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.023279 seconds and 4 git commands to generate.