summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2007-07-20 16:10:58 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2007-07-20 16:10:58 -0700
commite7a16eb488b591af57561799525891be5030bf25 (patch)
tree02dbb5552d8b90d3e6e30e6ac7c7a40e18a5e839
parente3146e963d7bf333d0e01d9d556d6c8be722898d (diff)
Change ico_CFLAGS to AM_CFLAGS to stop automake-1.10 warning
Makefile.am:27: compiling `ico.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index cda69b1..867afc8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,7 +21,7 @@
bin_PROGRAMS = ico
-ico_CFLAGS = $(ICO_CFLAGS)
+AM_CFLAGS = $(ICO_CFLAGS)
ico_LDADD = $(ICO_LIBS) $(XTHREADLIB) -lm
ico_SOURCES = \