92c2409424
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
16 lines
389 B
Makefile
16 lines
389 B
Makefile
#############################################################
|
|
#
|
|
# libmbus
|
|
#
|
|
#############################################################
|
|
|
|
LIBMBUS_VERSION = 0.7.0
|
|
LIBMBUS_SITE = http://www.freescada.com/public-dist
|
|
LIBMBUS_INSTALL_STAGING = YES
|
|
|
|
# Without this the build yields an error:
|
|
# cannot find input file: `test/Makefile.in'
|
|
LIBMBUS_AUTORECONF = YES
|
|
|
|
$(eval $(call AUTOTARGETS))
|