summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAndrew den Exter <andrew.den-exter@nokia.com>2010-02-22 18:05:41 +1000
committerAndrew den Exter <andrew.den-exter@nokia.com>2010-02-22 18:05:41 +1000
commit798334bcedbf1deba2444802942a79f15a654e3c (patch)
tree7e23fb77ea2d92cfdaf532f2b778d840cd64b2aa /configure
parente2b37212e0464f3b55440a2aa193935edb107d9e (diff)
Test doc gallery request and response classes, and fix exports.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index a8be2dee66..18d9a7f61a 100755
--- a/configure
+++ b/configure
@@ -91,7 +91,7 @@ usage()
echo "-examples ......... Build example applications"
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 " Choose from: bearer contacts gallery location publishsubscribe"
echo " messaging multimedia systeminfo serviceframework versit"
echo " Modules should be separated by a space and surrounded"
echo " by double quotation. If a"
@@ -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|sensors)
+ bearer|contacts|location|messaging|multimedia|publishsubscribe|serviceframework|systeminfo|versit|sensors|gallery)
MOBILITY_MODULES="$MOBILITY_MODULES $m";
;;
*)