diff options
Diffstat (limited to 'boost/Makefile.am')
-rw-r--r-- | boost/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/boost/Makefile.am b/boost/Makefile.am index 2e6565f..a18e3f7 100644 --- a/boost/Makefile.am +++ b/boost/Makefile.am @@ -17,4 +17,8 @@ if DATABASE_PGSQL SUBDIRS += pgsql endif +if DATABASE_ORACLE +SUBDIRS += oracle +endif + EXTRA_DIST = __file__(extra_dist) |