diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-08-10 16:16:43 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-08-10 16:16:43 -0700 |
commit | 4c6a0418e2499f01a1b2ef06bdec77ef208fe15b (patch) | |
tree | 3fe67d4701178ea53f81233a2f368c7fff337c1f | |
parent | 960a84a735daedd7b4df009c46d2f8a751335676 (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.am | 2 |
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 = \ |