diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-03-30 15:54:26 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-04-22 17:54:50 +0200 |
commit | 2534ea4dd7196828ba8446921c7b552087055114 (patch) | |
tree | 5beaac5190ccb7bab893402c034e0273d09618a0 /Makefile.am | |
parent | 42a45c8f42888ab6138c45e3b2cbfec50edf6d03 (diff) |
Add code for Qt profile dist build
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 e991f53..e3504b3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,5 +13,9 @@ if ODB_EXAMPLES_BOOST SUBDIRS += __path__(boost_dirs) endif +if ODB_EXAMPLES_QT +SUBDIRS += __path__(qt_dirs) +endif + EXTRA_DIST = __file__(extra_dist) ACLOCAL_AMFLAGS = -I m4 |