Introduce a verbose mode for the Java agent
[deliverable/lttng-ust.git] / Makefile.am
index e231e085d9dfdb4e7a76ea2d50a5418262ea107e..5bb531128f932d213a199a34bb5be6d49826ce71 100644 (file)
@@ -5,18 +5,34 @@ SUBDIRS = . include snprintf libringbuffer liblttng-ust-comm \
                liblttng-ust-ctl \
                liblttng-ust-fork \
                liblttng-ust-libc-wrapper \
-               tools \
-               tests \
-               doc
+               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
This page took 0.024557 seconds and 5 git commands to generate.