Update loglevel names
[lttng-ust.git] / Makefile.am
index f8620dfbaee8dd89c56e18f3e96fe3553739dd16..01acea43e93ec854edf38f502fd59259be354def 100644 (file)
@@ -1 +1,18 @@
-SUBDIRS = libmarkers libtracectl libtracing hello libmallocwrap
+ACLOCAL_AMFLAGS = -I config
+
+SUBDIRS = . include snprintf libringbuffer liblttng-ust-comm \
+               liblttng-ust \
+               liblttng-ust-ctl \
+               liblttng-ust-fork \
+               liblttng-ust-libc \
+               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.023637 seconds and 4 git commands to generate.