fix: add missing closedir in _get_max_cpuid_from_sysfs()
[lttng-ust.git] / src / Makefile.am
index 864808401e1c2d5b58e1dcf9d5d72ee8d6f01fa4..92ae455806e385bd8c4b5a7105b3881d4ecd0b41 100644 (file)
@@ -2,28 +2,8 @@
 
 SUBDIRS = \
        common \
-       libringbuffer \
-       liblttng-ust-comm \
-       libcounter \
-       liblttng-ust \
-       liblttng-ust-ctl \
        lib
 
-if ENABLE_UST_DL
-SUBDIRS += liblttng-ust-dl
-endif
-
-if ENABLE_JNI_INTERFACE
-SUBDIRS += liblttng-ust-java
-endif
-
-if ENABLE_JAVA_AGENT
-SUBDIRS += liblttng-ust-java-agent
-endif
-
 if ENABLE_PYTHON_AGENT
 SUBDIRS += python-lttngust
 endif
-
-pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = lttng-ust.pc lttng-ust-ctl.pc
This page took 0.025405 seconds and 4 git commands to generate.