X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=Makefile.am;h=1db748019f117b631661cf3be381ac107b4f8249;hb=06f1646ad90fd8c223f174ae14ee3d236771d1e0;hp=98a38810caecd5db109b15f6702209f2674b0e03;hpb=336cc1ed530f632f3cb6197cfb43063dc8df92dd;p=lttng-ust.git diff --git a/Makefile.am b/Makefile.am index 98a38810..1db74801 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,17 +4,39 @@ SUBDIRS = . include snprintf libringbuffer liblttng-ust-comm \ liblttng-ust \ liblttng-ust-ctl \ liblttng-ust-fork \ - liblttng-ust-libc \ - tests + liblttng-ust-libc-wrapper \ + liblttng-ust-cyg-profile \ + liblttng-ust-python-agent \ + tools + +if HAVE_DLINFO +SUBDIRS += liblttng-ust-dl +endif if BUILD_JNI_INTERFACE SUBDIRS += liblttng-ust-java endif +if BUILD_JAVA_AGENT +SUBDIRS += liblttng-ust-java-agent +endif + +if BUILD_PYTHON_AGENT +SUBDIRS += python-lttngust +endif + +SUBDIRS += tests doc + #temporarily disabled # liblttng-ust-malloc pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = lttng-ust.pc -dist_doc_DATA = README ChangeLog +dist_doc_DATA = README.md ChangeLog + +dist_noinst_DATA = CodingStyle + +check-loop: + cd tests && $(MAKE) $(AM_MAKEFLAGS) check-loop +.PHONY: check-loop