Updates source to use libnfc 1.7.0

This commit is contained in:
Romuald Conty
2013-01-20 15:27:05 +01:00
parent 87d6203b88
commit 10699271f6
2 changed files with 14 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
AC_INIT([mfoc],[0.10.3],[mifare@nethemba.com])
AC_INIT([mfoc],[0.10.4],[mifare@nethemba.com])
AC_CONFIG_MACRO_DIR([m4])
@@ -13,7 +13,7 @@ AM_INIT_AUTOMAKE
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
# Checks for pkg-config modules.
LIBNFC_REQUIRED_VERSION=1.6.0
LIBNFC_REQUIRED_VERSION=1.7.0
PKG_CHECK_MODULES([libnfc], [libnfc >= $LIBNFC_REQUIRED_VERSION], [], [AC_MSG_ERROR([libnfc >= $LIBNFC_REQUIRED_VERSION is mandatory.])])
PKG_CONFIG_REQUIRES="libnfc"