summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2007-08-06 15:25:57 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2007-08-06 15:25:57 -0700
commit6f845b1d5516864e143113ca074e98b7be194adb (patch)
treeb0bed0321a83a0a0fb6d17c369706df6d769b7fc
parenta450fbb0f93f8bcdaabfb623fe49ddbb12468287 (diff)
Change xclock_CFLAGS to AM_CFLAGS to make automake-1.10 happier
Clears warning message: Makefile.am:28: compiling `Clock.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 30b732d..48c056c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,7 +22,7 @@
bin_PROGRAMS = xclock
-xclock_CFLAGS = $(XCLOCK_CFLAGS)
+AM_CFLAGS = $(XCLOCK_CFLAGS)
xclock_LDADD = $(XCLOCK_LIBS)
xclock_SOURCES = \