summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2007-08-10 16:16:43 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2007-08-10 16:16:43 -0700
commit4c6a0418e2499f01a1b2ef06bdec77ef208fe15b (patch)
tree3fe67d4701178ea53f81233a2f368c7fff337c1f
parent960a84a735daedd7b4df009c46d2f8a751335676 (diff)
Change editres_CFLAGS to AM_CFLAGS to make automake-1.10 happier
Makefile.am:27: compiling `actions.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 411e703..6a9784b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,7 +21,7 @@
bin_PROGRAMS = editres
-editres_CFLAGS = $(EDITRES_CFLAGS)
+AM_CFLAGS = $(EDITRES_CFLAGS)
editres_LDADD = $(EDITRES_LIBS)
editres_SOURCES = \