Fix fork handling, where child shares shm with parent
[lttng-ust.git] / Makefile.am
index f966498bf5bcd749c0cecd06730280e430822c8d..d6fa3d51e1dd7bf7066be7e4532a09e79b4feccf 100644 (file)
@@ -4,11 +4,14 @@ SUBDIRS = . include doc snprintf libringbuffer liblttng-ust-comm \
                liblttng-ust \
                liblttng-ust-ctl \
                liblttng-ust-fork \
-               liblttng-ust-java \
                tests
 
+if BUILD_JNI_INTERFACE
+SUBDIRS += liblttng-ust-java
+endif
+
 #temporarily disabled
 # liblttng-ust-malloc
 
 pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = ust.pc
+pkgconfig_DATA = lttng-ust.pc
This page took 0.023735 seconds and 4 git commands to generate.