From 2d52e5240127ec99b976f6ebb82991aa223da84e Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Wed, 30 Mar 2016 14:26:20 -0500 Subject: [PATCH] Always build lib/sqlite in maintainer mode --- lib/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/Makefile.am b/lib/Makefile.am index dc65d96e8..53f220e76 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -20,6 +20,9 @@ endif if !SQLITE3 dir_sqlite = sqlite endif +if MAINTAINER_MODE +dir_sqlite = sqlite +endif SUBDIRS = \ roken \