diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-08-10 15:42:09 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-08-10 15:42:09 -0700 |
commit | b52a34ccc971f20b09f60b9b8a117652588e7096 (patch) | |
tree | a7317ded6576a92c066df91ba5b4c58c7aa63b0e | |
parent | 85be6045ff92bb02d6516f1348fe01c9fa596826 (diff) |
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'
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 = \ |