Source
1
1
## Process this file with automake to produce Makefile.in
2
2
3
3
SUBDIRS = \
4
-
ibm_db2 \
5
4
mysql \
6
5
oracle \
7
6
postgresql \
8
7
sqlite3
9
8
10
9
EXTRA_DIST = \
11
10
elasticsearch
## Process this file with automake to produce Makefile.in
SUBDIRS = \
ibm_db2 \
mysql \
oracle \
postgresql \
sqlite3
EXTRA_DIST = \
elasticsearch
Everything looks good. We'll let you know here if there's anything you should know about.