diff options
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/buildfile b/buildfile new file mode 100644 index 0000000..2acd9fc --- /dev/null +++ b/buildfile @@ -0,0 +1,10 @@ +# file : buildfile +# license : GNU GPL v2; see accompanying LICENSE file + +./: libcommon/ common/ doc{README.md} legal{GPLv2 LICENSE} manifest + +./: mysql/: include = ($mysql && !$multi) +./: sqlite/: include = ($sqlite && !$multi) +./: pgsql/: include = ($pgsql && !$multi) + +./: testscript{*}: include = adhoc |