Don't build libdivecomputer examples

... as those don't compile.

Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Robert C. Helling 2016-03-15 20:44:37 +01:00 committed by Dirk Hohndel
parent 2163ae026f
commit 126ce41b5c

View file

@ -118,7 +118,7 @@ fi
if [ ! -f configure ] ; then
autoreconf --install
fi
./configure --prefix=$INSTALL_ROOT
./configure --prefix=$INSTALL_ROOT --disable-examples
make -j4
make install