diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-07-21 23:17:02 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-07-21 23:17:02 +0200 |
commit | f5a9d565dad28df86490b392cd5b4d763ab2a248 (patch) | |
tree | ce22e899151902538b5ef38a9c24308ebca8a6dd /boost/pgsql/Makefile.am | |
parent | b038ab0cd6335f3e4ec075d1e21f5d7bb89e3ffb (diff) |
Add Boost profile tests for PostgreSQL
Diffstat (limited to 'boost/pgsql/Makefile.am')
-rw-r--r-- | boost/pgsql/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/boost/pgsql/Makefile.am b/boost/pgsql/Makefile.am new file mode 100644 index 0000000..cf1cda7 --- /dev/null +++ b/boost/pgsql/Makefile.am @@ -0,0 +1,7 @@ +# file : boost/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) |