16 lines
390 B
Makefile
16 lines
390 B
Makefile
|
#############################################################
|
||
|
#
|
||
|
# libmbus
|
||
|
#
|
||
|
#############################################################
|
||
|
|
||
|
LIBMBUS_VERSION = 0.6.1
|
||
|
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))
|