X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=Makefile.am;h=e1896c189c7deac343d14a8f6584b8ee5cfbd8e7;hb=6ba0c2b259f1f99ed3ce8ee2e58e90bc393b704e;hp=b6b7fb6d51b94e660f691c8e11fe721ea206b499;hpb=ebabbf580131acd1fe246c4d31fc5c044d36a038;p=lttng-ust.git diff --git a/Makefile.am b/Makefile.am index b6b7fb6d..e1896c18 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,53 +1,28 @@ -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 HAVE_DLINFO -SUBDIRS += liblttng-ust-dl -endif - -if BUILD_JNI_INTERFACE -SUBDIRS += liblttng-ust-java -endif +# SPDX-License-Identifier: LGPL-2.1-only -if BUILD_JAVA_AGENT -SUBDIRS += liblttng-ust-java-agent -endif - -if BUILD_PYTHON_AGENT -SUBDIRS += python-lttngust \ - liblttng-ust-python-agent -endif - -SUBDIRS += tests doc - -#temporarily disabled -# liblttng-ust-malloc +ACLOCAL_AMFLAGS = -I m4 -pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = lttng-ust.pc lttng-ust-ctl.pc +SUBDIRS = \ + include \ + src \ + tools \ + doc \ + tests dist_doc_DATA = \ ChangeLog \ - COPYING \ LICENSE \ README.md dist_noinst_DATA = \ CodingStyle \ CONTRIBUTING.md \ - gpl-2.0.txt \ - lgpl-2.1.txt \ - mit-license.txt + LICENSES/BSD-2-Clause \ + LICENSES/BSD-3-Clause \ + LICENSES/GPL-2.0 \ + LICENSES/GPL-3.0 \ + LICENSES/LGPL-2.1 \ + LICENSES/MIT check-loop: cd tests && $(MAKE) $(AM_MAKEFLAGS) check-loop