diff options
-rw-r--r-- | makefile | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -18,14 +18,6 @@ tr1_dirs := relationship inverse schema/custom boost_dirs := boost qt_dirs := qt -# @@ Remove once boost and qt policies have been implemented -# for PostgreSQL. -# -ifeq ($(db_id),pgsql) - boost_dirs := - qt_dirs := -endif - dist_dirs := $(dirs) $(tr1_dirs) $(boost_dirs) $(qt_dirs) all_dirs := $(dirs) $(tr1_dirs) $(boost_dirs) $(qt_dirs) template |