[pkg-opensc-commit] [pkcs11-helper] 233/253: build: fix warning of newer automake
Eric Dorland
eric at moszumanska.debian.org
Fri Jan 6 23:39:23 UTC 2017
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository pkcs11-helper.
commit 67da38e61133916dbe4d0170a332cec17d693c09
Author: Alon Bar-Lev <alon.barlev at gmail.com>
Date: Tue Nov 12 15:33:37 2013 +0200
build: fix warning of newer automake
Signed-off-by: Alon Bar-Lev <alon.barlev at gmail.com>
---
configure.ac | 2 +-
lib/Makefile.am | 2 +-
tests/test-basic/Makefile.am | 2 +-
tests/test-certificate/Makefile.am | 2 +-
tests/test-slotevent/Makefile.am | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/configure.ac b/configure.ac
index ae4e7f1..e905d5a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -61,7 +61,7 @@ AC_CONFIG_AUX_DIR([.])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([lib/common.h])
-AM_INIT_AUTOMAKE([${PACKAGE_NAME}], [${PACKAGE_VERSION}])
+AM_INIT_AUTOMAKE
PKCS11H_VERSION_MAJOR="PACKAGE_VERSION_MAJOR"
PKCS11H_VERSION_MINOR="$(echo PACKAGE_VERSION_MINOR | sed 's/^0*//')"
diff --git a/lib/Makefile.am b/lib/Makefile.am
index afd647a..2e6b11c 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -67,7 +67,7 @@ BUILT_SOURCES=pkcs11-helper.exports
pkgconfig_DATA=libpkcs11-helper-1.pc
lib_LTLIBRARIES=libpkcs11-helper.la
-INCLUDES= \
+AM_CPPFLAGS= \
-I$(top_srcdir)/include \
-I$(top_builddir)/include
diff --git a/tests/test-basic/Makefile.am b/tests/test-basic/Makefile.am
index 71eb569..4a034e7 100644
--- a/tests/test-basic/Makefile.am
+++ b/tests/test-basic/Makefile.am
@@ -54,7 +54,7 @@ MAINTAINERCLEANFILES=$(srcdir)/Makefile.in
TESTS=test-basic
noinst_PROGRAMS=test-basic
-INCLUDES= \
+AM_CPPFLAGS= \
-I$(top_srcdir)/include \
-I$(top_builddir)/include
LDADD= \
diff --git a/tests/test-certificate/Makefile.am b/tests/test-certificate/Makefile.am
index 360db70..0f44bc0 100644
--- a/tests/test-certificate/Makefile.am
+++ b/tests/test-certificate/Makefile.am
@@ -54,7 +54,7 @@ MAINTAINERCLEANFILES=$(srcdir)/Makefile.in
TESTS=test-certificate
noinst_PROGRAMS=test-certificate
-INCLUDES= \
+AM_CPPFLAGS= \
-I$(top_srcdir)/include \
-I$(top_builddir)/include
LDADD= \
diff --git a/tests/test-slotevent/Makefile.am b/tests/test-slotevent/Makefile.am
index b543907..13b28ef 100644
--- a/tests/test-slotevent/Makefile.am
+++ b/tests/test-slotevent/Makefile.am
@@ -54,7 +54,7 @@ MAINTAINERCLEANFILES=$(srcdir)/Makefile.in
TESTS=test-slotevent
noinst_PROGRAMS=test-slotevent
-INCLUDES= \
+AM_CPPFLAGS= \
-I$(top_srcdir)/include \
-I$(top_builddir)/include
LDADD= \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/pkcs11-helper.git
More information about the pkg-opensc-commit
mailing list