diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-07-22 16:00:49 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-07-22 16:00:49 +0200 |
commit | 321aaee205aee9035497b32c9087fabe325a7696 (patch) | |
tree | 86e3c68677f96310850272f59bbe9910b6b024d8 /Makefile.am | |
parent | de71cad748dcc3105a50741e71a5958780b43c61 (diff) |
MAke automake scripts PostgreSQL aware
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 2631719..09198da 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,5 +21,9 @@ if DATABASE_SQLITE SUBDIRS += sqlite endif +if DATABASE_PGSQL +SUBDIRS += pgsql +endif + EXTRA_DIST = __file__(extra_dist) ACLOCAL_AMFLAGS = -I m4 |