diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 96aee82..b0070f3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,6 +5,10 @@ SUBDIRS = libcommon tracer common +if ODB_TESTS_BOOST +SUBDIRS += boost +endif + if DATABASE_MYSQL SUBDIRS += mysql endif |