Document the Java filter notification model
[deliverable/lttng-ust.git] / Makefile.am
index 32390bf7324d50e11169f8c6357250a9e8058317..16663eef53a4a0a42b09c2ea459a4259b71cb1a5 100644 (file)
@@ -1 +1,37 @@
-SUBDIRS = libust hello libmallocwrap ustd ust
+ACLOCAL_AMFLAGS = -I config
+
+SUBDIRS = . include snprintf libringbuffer liblttng-ust-comm \
+               liblttng-ust \
+               liblttng-ust-ctl \
+               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
+
+if BUILD_JAVA_AGENT
+SUBDIRS += liblttng-ust-java-agent
+endif
+
+if BUILD_PYTHON_AGENT
+SUBDIRS += liblttng-ust-python-agent
+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.025451 seconds and 5 git commands to generate.