From 31ea1f6f0435b9e4ae91f72462fa0c2856dce8b2 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Fri, 22 Nov 2013 13:50:01 -0500 Subject: [PATCH] Fix: compile doc/ after JUL/Java Signed-off-by: David Goulet Signed-off-by: Mathieu Desnoyers --- Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 00dd576f..10b54cb4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,14 +8,13 @@ SUBDIRS = . include snprintf libringbuffer liblttng-ust-comm \ liblttng-ust-dl \ liblttng-ust-libc-wrapper \ liblttng-ust-cyg-profile \ - tools \ - doc + tools if BUILD_JNI_INTERFACE SUBDIRS += liblttng-ust-java liblttng-ust-jul endif -SUBDIRS += tests +SUBDIRS += tests doc #temporarily disabled # liblttng-ust-malloc -- 2.34.1