Fix: handle leak in abi tests
[lttng-ust.git] / Makefile.am
index e231e085d9dfdb4e7a76ea2d50a5418262ea107e..e1896c189c7deac343d14a8f6584b8ee5cfbd8e7 100644 (file)
@@ -1,22 +1,29 @@
-ACLOCAL_AMFLAGS = -I config
+# SPDX-License-Identifier: LGPL-2.1-only
 
-SUBDIRS = . include snprintf libringbuffer liblttng-ust-comm \
-               liblttng-ust \
-               liblttng-ust-ctl \
-               liblttng-ust-fork \
-               liblttng-ust-libc-wrapper \
-               tools \
-               tests \
-               doc
+ACLOCAL_AMFLAGS = -I m4
 
-if BUILD_JNI_INTERFACE
-SUBDIRS += liblttng-ust-java
-endif
+SUBDIRS = \
+       include \
+       src \
+       tools \
+       doc \
+       tests
 
-#temporarily disabled
-# liblttng-ust-malloc
+dist_doc_DATA = \
+       ChangeLog \
+       LICENSE \
+       README.md
 
-pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = lttng-ust.pc
+dist_noinst_DATA = \
+       CodingStyle \
+       CONTRIBUTING.md \
+       LICENSES/BSD-2-Clause \
+       LICENSES/BSD-3-Clause \
+       LICENSES/GPL-2.0 \
+       LICENSES/GPL-3.0 \
+       LICENSES/LGPL-2.1 \
+       LICENSES/MIT
 
-dist_doc_DATA = README ChangeLog
+check-loop:
+       cd tests && $(MAKE) $(AM_MAKEFLAGS) check-loop
+.PHONY: check-loop
This page took 0.024214 seconds and 4 git commands to generate.