Pass the Java app context information using two separate arrays
[lttng-ust.git] / Makefile.am
index 01acea43e93ec854edf38f502fd59259be354def..5bb531128f932d213a199a34bb5be6d49826ce71 100644 (file)
@@ -4,15 +4,35 @@ 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.md ChangeLog
+
+dist_noinst_DATA = CodingStyle
This page took 0.02361 seconds and 5 git commands to generate.