From b52a34ccc971f20b09f60b9b8a117652588e7096 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Fri, 10 Aug 2007 15:42:09 -0700 Subject: Change appres_CFLAGS to AM_CFLAGS to make automake-1.10 happier Makefile.am:27: compiling `appres.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac' --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index a4c4253..82e9382 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ bin_PROGRAMS = appres -appres_CFLAGS = $(APPRES_CFLAGS) +AM_CFLAGS = $(APPRES_CFLAGS) appres_LDADD = $(APPRES_LIBS) appres_SOURCES = \ -- cgit v1.2.3