diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-28 11:22:59 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-28 11:22:59 +0200 |
commit | 1ba1097cd1d71b945255d9401ffa4f04a036e94f (patch) | |
tree | e58fb8541d412a9ebe62e839da2a6db9b4abbc89 /sqlite/Makefile.am | |
parent | d2c8179bfef0503647c519f44401f29d8bddd122 (diff) |
Add SQLite-specific tests
Diffstat (limited to 'sqlite/Makefile.am')
-rw-r--r-- | sqlite/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sqlite/Makefile.am b/sqlite/Makefile.am new file mode 100644 index 0000000..7661bd9 --- /dev/null +++ b/sqlite/Makefile.am @@ -0,0 +1,7 @@ +# file : sqlite/Makefile.am +# author : Boris Kolpackov <boris@codesynthesis.com> +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# license : GNU GPL v2; see accompanying LICENSE file + +SUBDIRS = __path__(dirs) +EXTRA_DIST = __file__(extra_dist) |