From 3131b5db161e850d2062d540c76ace23f92b6cc7 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 26 Aug 2011 15:55:41 -0400 Subject: [PATCH] Makefile.am: fix build order Signed-off-by: Mathieu Desnoyers --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index fd9cbe94..0a64094b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ ACLOCAL_AMFLAGS = -I config -SUBDIRS = . snprintf liblttng-ust-comm libringbuffer libust include doc tests \ - libustjava libustfork +SUBDIRS = . snprintf liblttng-ust-comm libringbuffer libust include doc \ + libustjava libustfork tests #temporarily disabled # . libustinstr-malloc -- 2.34.1