Update .gitignore
[lttng-ust.git] / Makefile.am
index 11e18439a9af8b0f13ee2bb755625289803b023b..d6fa3d51e1dd7bf7066be7e4532a09e79b4feccf 100644 (file)
@@ -1 +1,17 @@
-SUBDIRS = libust hello libmallocwrap ustd
+ACLOCAL_AMFLAGS = -I config
+
+SUBDIRS = . include doc snprintf libringbuffer liblttng-ust-comm \
+               liblttng-ust \
+               liblttng-ust-ctl \
+               liblttng-ust-fork \
+               tests
+
+if BUILD_JNI_INTERFACE
+SUBDIRS += liblttng-ust-java
+endif
+
+#temporarily disabled
+# liblttng-ust-malloc
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = lttng-ust.pc
This page took 0.023556 seconds and 4 git commands to generate.