diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-04-01 18:08:51 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-04-04 18:11:34 +0200 |
commit | 14ca0adb63a48e5bc14a4a2b84e0d108be6dfdd1 (patch) | |
tree | d8440b4ba42b0cbb432397007b91479574b03782 /boost/Makefile.am | |
parent | d2c7dda761658e45d150172991b5231d0e979007 (diff) |
Add SQLite-specific tests for Boost profile
Diffstat (limited to 'boost/Makefile.am')
-rw-r--r-- | boost/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/boost/Makefile.am b/boost/Makefile.am index 9b08372..00d8fa9 100644 --- a/boost/Makefile.am +++ b/boost/Makefile.am @@ -10,8 +10,7 @@ SUBDIRS += mysql endif if DATABASE_SQLITE -# @@ enable -#SUBDIRS += sqlite +SUBDIRS += sqlite endif EXTRA_DIST = __file__(extra_dist) |