From bcce55b7ce0f803d9d5fc294af0fa28f39e0779d Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sat, 1 Apr 2017 12:39:21 +1300 Subject: [PATCH] libtrie: Fix 'make check' when run before 'make all' --- lib/libTrie/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libTrie/Makefile.am b/lib/libTrie/Makefile.am index cb08804582..2b620a6d8f 100644 --- a/lib/libTrie/Makefile.am +++ b/lib/libTrie/Makefile.am @@ -8,8 +8,8 @@ include $(top_srcdir)/src/Common.am include $(top_srcdir)/src/TestHeaders.am -DIST_SUBDIRS = test -SUBDIRS = test +DIST_SUBDIRS = . test +SUBDIRS = . test noinst_LIBRARIES = libTrie.a -- 2.47.2