summaryrefslogtreecommitdiffstats
path: root/ipa-client
diff options
context:
space:
mode:
authorMartin Kosek <mkosek@redhat.com>2013-03-12 15:28:58 +0100
committerMartin Kosek <mkosek@redhat.com>2013-03-29 08:59:36 +0100
commit13b1028ac832c29656c6711834f05f7b34c75cfa (patch)
tree23e1e0e6725ec054e6413426c3f09ae08ef05bb9 /ipa-client
parente13a4370312781169c916d52da37fbdc9c77b62e (diff)
downloadfreeipa-13b1028ac832c29656c6711834f05f7b34c75cfa.tar.gz
freeipa-13b1028ac832c29656c6711834f05f7b34c75cfa.tar.xz
freeipa-13b1028ac832c29656c6711834f05f7b34c75cfa.zip
Remove build warnings
Fix rpm build warnings report in Fedora 19 build. https://fedorahosted.org/freeipa/ticket/3500
Diffstat (limited to 'ipa-client')
-rw-r--r--ipa-client/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-client/Makefile.am b/ipa-client/Makefile.am
index f22a2c345..b7d70fd8d 100644
--- a/ipa-client/Makefile.am
+++ b/ipa-client/Makefile.am
@@ -15,7 +15,7 @@ export AM_CFLAGS
KRB5_UTIL_DIR=../util
KRB5_UTIL_SRCS=$(KRB5_UTIL_DIR)/ipa_krb5.c
-INCLUDES = \
+AM_CPPFLAGS = \
-I. \
-I$(srcdir) \
-I$(KRB5_UTIL_DIR) \