summaryrefslogtreecommitdiff
path: root/gck/Makefile.am
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2013-10-18 23:23:02 +0200
committerStef Walter <stefw@gnome.org>2013-10-18 23:23:02 +0200
commit90e556664788441b4eeb79927f82755ef1734fa3 (patch)
tree8222fa900e1223c5773daca147b23431b7975e69 /gck/Makefile.am
parentcbd62a66041b851dc7ff2c3e541ca393cef9e34c (diff)
downloadgcr-90e556664788441b4eeb79927f82755ef1734fa3.tar.gz
Use AM_CPPFLAGS instead of INCLUDES in Makefile.am files
Diffstat (limited to 'gck/Makefile.am')
-rw-r--r--gck/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gck/Makefile.am b/gck/Makefile.am
index 0f3cf2a..2c28653 100644
--- a/gck/Makefile.am
+++ b/gck/Makefile.am
@@ -15,7 +15,7 @@ inc_HEADERS = \
pkcs11n.h \
pkcs11x.h
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(top_builddir) \
-I$(top_srcdir)/gcr \
-I$(top_srcdir) \