diff options
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 |