From 4471761150676a8cee5631615bc187019b760161 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 23 Jul 2007 17:49:59 -0700 Subject: Change iceauth_CFLAGS to AM_CFLAGS to avoid automake-1.10 warning Makefile.am:27: compiling `iceauth.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac' --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index d5692d0..f438250 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ bin_PROGRAMS = iceauth -iceauth_CFLAGS = $(ICEAUTH_CFLAGS) +AM_CFLAGS = $(ICEAUTH_CFLAGS) iceauth_LDADD = $(ICEAUTH_LIBS) iceauth_SOURCES = \ @@ -75,7 +75,7 @@ SUFFIXES = .$(APP_MAN_SUFFIX) .man if LINT ALL_LINT_FLAGS=$(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ - $(AM_CPPFLAGS) $(CPPFLAGS) $(iceauth_CFLAGS) + $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) lint: $(LINT) $(ALL_LINT_FLAGS) $(iceauth_SOURCES) endif LINT -- cgit v1.2.3