26493c0f1b
Disable tests compilation and documentation generation. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 lines
447 B
Makefile
15 lines
447 B
Makefile
################################################################################
|
|
#
|
|
# libmodbus
|
|
#
|
|
################################################################################
|
|
|
|
LIBMODBUS_VERSION = 3.1.4
|
|
LIBMODBUS_SITE = http://libmodbus.org/releases
|
|
LIBMODBUS_LICENSE = LGPL-2.1+
|
|
LIBMODBUS_LICENSE_FILES = COPYING.LESSER
|
|
LIBMODBUS_INSTALL_STAGING = YES
|
|
LIBMODBUS_CONF_OPTS = --without-documentation --disable-tests
|
|
|
|
$(eval $(autotools-package))
|