diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-01-22 16:02:26 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-01-22 16:02:26 -0800 |
commit | a269f72e27d1bc368b6ecc5bc076f6f4e08bc1c2 (patch) | |
tree | 0daafef6cfc1919283cca4817f19364277b5e3ae | |
parent | 8b87daa805cd684eb765872a73c6981eb90fcf9f (diff) |
Change xgc_CFLAGS to AM_CFLAGS to make automake-1.10 happier
Makefile.am:29: compiling `choice.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 d165ce3..667b269 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,7 +23,7 @@ AM_YFLAGS = -d bin_PROGRAMS = xgc -xgc_CFLAGS = $(XGC_CFLAGS) -D_BSD_SOURCE +AM_CFLAGS = $(XGC_CFLAGS) -D_BSD_SOURCE xgc_LDADD = $(XGC_LIBS) -lm xgc_SOURCES = \ |