From: Amos Jeffries Date: Fri, 17 Mar 2017 01:40:10 +0000 (+1300) Subject: libtrie: Fix 'make check' when run before 'make all' X-Git-Tag: M-staged-PR71~219 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ad9e2efd14b2dc6d308991bed86f160d4e9aa3bb;p=thirdparty%2Fsquid.git libtrie: Fix 'make check' when run before 'make all' --- 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