Fix: handle leak in abi tests
[lttng-ust.git] / Makefile.am
index 9d362f42bc78e64b2123058ffeee285ef96de8f5..e1896c189c7deac343d14a8f6584b8ee5cfbd8e7 100644 (file)
@@ -2,38 +2,12 @@
 
 ACLOCAL_AMFLAGS = -I m4
 
-SUBDIRS = . include snprintf libringbuffer liblttng-ust-comm \
-               libcounter \
-               libmsgpack \
-               liblttng-ust \
-               liblttng-ust-ctl \
-               liblttng-ust-fd \
-               liblttng-ust-fork \
-               liblttng-ust-libc-wrapper \
-               liblttng-ust-cyg-profile \
-               tools
-
-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 \
-               liblttng-ust-python-agent
-endif
-
-SUBDIRS += tests doc
-
-pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = lttng-ust.pc lttng-ust-ctl.pc
+SUBDIRS = \
+       include \
+       src \
+       tools \
+       doc \
+       tests
 
 dist_doc_DATA = \
        ChangeLog \
This page took 0.022948 seconds and 4 git commands to generate.