diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-05-04 17:17:59 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-07-06 09:52:33 +0200 |
commit | bc54b4bd56c757ec1279896b8b0639a4a9a7e0cd (patch) | |
tree | 813c462512f83e13e47d4b07c5faccd780f7b108 /pgsql/Makefile.am | |
parent | b8d88b289aca145edbf031adbe904d877d93f3ba (diff) |
Add test infrastructure for libodb-pgsql
Diffstat (limited to 'pgsql/Makefile.am')
-rw-r--r-- | pgsql/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pgsql/Makefile.am b/pgsql/Makefile.am new file mode 100644 index 0000000..11dd4cc --- /dev/null +++ b/pgsql/Makefile.am @@ -0,0 +1,7 @@ +# file : pgsql/Makefile.am +# author : Constantin Michael <constantin@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) |