From 13b1028ac832c29656c6711834f05f7b34c75cfa Mon Sep 17 00:00:00 2001 From: Martin Kosek Date: Tue, 12 Mar 2013 15:28:58 +0100 Subject: Remove build warnings Fix rpm build warnings report in Fedora 19 build. https://fedorahosted.org/freeipa/ticket/3500 --- ipa-client/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipa-client/Makefile.am') 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) \ -- cgit