From 18e0b8065af3b660a73af93dabb4767cbc64ec35 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 30 Mar 2011 13:10:42 +0200 Subject: Autotools support for SQLite --- boost/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'boost/Makefile.am') diff --git a/boost/Makefile.am b/boost/Makefile.am index 85915d2..9b08372 100644 --- a/boost/Makefile.am +++ b/boost/Makefile.am @@ -9,4 +9,9 @@ if DATABASE_MYSQL SUBDIRS += mysql endif +if DATABASE_SQLITE +# @@ enable +#SUBDIRS += sqlite +endif + EXTRA_DIST = __file__(extra_dist) -- cgit v1.1