diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-08-21 11:02:19 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-08-21 11:02:19 -0700 |
commit | b2c489924708b202f33f6528d3269911662f906c (patch) | |
tree | a94e9fa8075ab97d4da10abdded80f449e29c73a | |
parent | b586f35824d7c3bc061ba96e82b48744041dac59 (diff) |
Change xcalc_CFLAGS to AM_CFLAGS to make automake-1.10 happier
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 72b8d87..f618cd9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,7 +22,7 @@ bin_PROGRAMS = xcalc -xcalc_CFLAGS = $(XCALC_CFLAGS) +AM_CFLAGS = $(XCALC_CFLAGS) xcalc_LDADD = $(XCALC_LIBS) -lm xcalc_SOURCES = \ |