summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2007-08-06 18:39:38 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2007-08-06 18:39:38 -0700
commiteff5594f8f68913db9ac60c9b38ec711823052ae (patch)
treec8630d0dc9f81a8d1b52cb1a22e40bfb9b54fa33
parent52251cd5c6e70a1cc3b037e976da4c8a7d8d4d5b (diff)
Change xgamma_CFLAGS to AM_CFLAGS to make automake-1.10 happier
Makefile.am:27: compiling `xgamma.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 84b8fa3..e4b9097 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,7 +21,7 @@
bin_PROGRAMS = xgamma
-xgamma_CFLAGS = $(XGAMMA_CFLAGS)
+AM_CFLAGS = $(XGAMMA_CFLAGS)
xgamma_LDADD = $(XGAMMA_LIBS)
xgamma_SOURCES = \