From aa934042781711edc487ad65eab5a15f351bfdd2 Mon Sep 17 00:00:00 2001 From: rakshasa Date: Mon, 26 Aug 2013 23:47:31 +0900 Subject: [PATCH] Added subdirs option to suppress warnings. --- test/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Makefile.am b/test/Makefile.am index dd4d641e..fc488d99 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,4 +1,6 @@ TESTS = rtorrentTest +AUTOMAKE_OPTIONS = subdir-objects + check_PROGRAMS = $(TESTS) rtorrentTest_LDADD = \ ../src/libsub_root.a \