From 6f845b1d5516864e143113ca074e98b7be194adb Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 6 Aug 2007 15:25:57 -0700 Subject: 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' --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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 = \ -- cgit v1.2.3