diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-07-13 11:03:13 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-07-13 11:03:13 +0200 |
commit | e440e73a889c8929730632d62ebc84e32475b549 (patch) | |
tree | cefbcd5cac5e14e54c5a482af58e19d5973ea2e0 /makefile | |
parent | 292f71768c16e14369c7aea4ef0590b0a741c3bc (diff) |
Add PostgreSQL
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -15,8 +15,10 @@ mapping \ schema/embedded tr1_dirs := relationship inverse schema/custom -boost_dirs := boost -qt_dirs := qt +#boost_dirs := boost +boost_dirs := +#qt_dirs := qt +qt_dirs := dist_dirs := $(dirs) $(tr1_dirs) $(boost_dirs) $(qt_dirs) all_dirs := $(dirs) $(tr1_dirs) $(boost_dirs) $(qt_dirs) template |