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 49bcbf39d5
commit 3c7e14a18f

View file

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