From 30830eb693ac2e89f28bb34459db6837031ca795 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 9 Apr 2013 08:34:44 +0200 Subject: Fix up Makefile.am files for automake 1.13 warnings --- p11-kit/Makefile.am | 2 +- p11-kit/tests/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'p11-kit') diff --git a/p11-kit/Makefile.am b/p11-kit/Makefile.am index c0919a2..2e08e84 100644 --- a/p11-kit/Makefile.am +++ b/p11-kit/Makefile.am @@ -5,7 +5,7 @@ SUBDIRS = . tests COMMON = $(top_srcdir)/common -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(COMMON) \ -DP11_KIT_FUTURE_UNSTABLE_API \ diff --git a/p11-kit/tests/Makefile.am b/p11-kit/tests/Makefile.am index 4a3eaee..6963850 100644 --- a/p11-kit/tests/Makefile.am +++ b/p11-kit/tests/Makefile.am @@ -3,7 +3,7 @@ include $(top_srcdir)/build/Makefile.tests COMMON = $(top_srcdir)/common -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(srcdir)/.. \ -I$(COMMON) \ -- cgit v1.1