summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2008-01-22 16:02:26 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2008-01-22 16:02:26 -0800
commita269f72e27d1bc368b6ecc5bc076f6f4e08bc1c2 (patch)
tree0daafef6cfc1919283cca4817f19364277b5e3ae
parent8b87daa805cd684eb765872a73c6981eb90fcf9f (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.am2
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 = \