summaryrefslogtreecommitdiff
path: root/p11-kit/Makefile.am
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2013-04-09 08:34:44 +0200
committerStef Walter <stefw@gnome.org>2013-05-21 11:31:09 +0200
commit30830eb693ac2e89f28bb34459db6837031ca795 (patch)
tree34d0a402ab588bd80c5c997de402e289d7db227d /p11-kit/Makefile.am
parentdcabaf1d56d410ba7ddb3dfbab9011bbbea5e6bc (diff)
downloadp11-kit-30830eb693ac2e89f28bb34459db6837031ca795.tar.gz
Fix up Makefile.am files for automake 1.13 warnings
Diffstat (limited to 'p11-kit/Makefile.am')
-rw-r--r--p11-kit/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 \