summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2007-08-21 11:02:19 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2007-08-21 11:02:19 -0700
commitb2c489924708b202f33f6528d3269911662f906c (patch)
treea94e9fa8075ab97d4da10abdded80f449e29c73a /Makefile.am
parentb586f35824d7c3bc061ba96e82b48744041dac59 (diff)
Change xcalc_CFLAGS to AM_CFLAGS to make automake-1.10 happier
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
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 = \