diff options
Diffstat (limited to 'boost/Makefile.am')
-rw-r--r-- | boost/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
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) |