summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAlex <qt-info@nokia.com>2010-05-20 13:50:18 +1000
committerAlex <qt-info@nokia.com>2010-05-20 13:50:18 +1000
commit5e99b62e2c136d27dc16c1c634b5b13b413e237c (patch)
tree944b893a9b8a10eb9e91f67d0087eea36b0dbb02 /configure
parenta839f91ea810204e39e9f56a6b517523e8f798eb (diff)
hook telephony into configure's modules slection process and generate
convenience headers
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 5 insertions, 2 deletions
diff --git a/configure b/configure
index 3403ce440c..80b3708fd5 100755
--- a/configure
+++ b/configure
@@ -92,7 +92,7 @@ usage()
echo "-no-docs .......... Do not build documentation (build by default)"
echo "-modules <list> ... Restrict list of modules to build (default all supported)"
echo " Choose from: bearer contacts location publishsubscribe"
- echo " messaging multimedia systeminfo serviceframework versit"
+ echo " messaging multimedia systeminfo serviceframework telephony versit"
echo " Modules should be separated by a space and surrounded"
echo " by double quotation. If a"
echo " selected module depends on other modules dependencies"
@@ -166,7 +166,7 @@ while [ "$#" -gt 0 ]; do
MOBILITY_MODULES=
for m in $MOBILITY_MODULES_UNPARSED; do
case "$m" in
- bearer|contacts|location|messaging|multimedia|publishsubscribe|serviceframework|systeminfo|versit)
+ bearer|contacts|location|messaging|multimedia|publishsubscribe|serviceframework|systeminfo|telephony|versit)
MOBILITY_MODULES="$MOBILITY_MODULES $m";
;;
*)
@@ -412,6 +412,9 @@ for module in $MOBILITY_MODULES; do
messaging)
$relpath/bin/syncheaders $shadowpath/include $relpath/src/messaging
;;
+ telephony)
+ $relpath/bin/syncheaders $shadowpath/include $relpath/src/telephony
+ ;;
versit)
#versit implies contacts
$relpath/bin/syncheaders $shadowpath/include $relpath/src/versit