diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-01-22 15:27:12 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-01-22 15:27:12 -0800 |
commit | 716e7a755d854ec914c202f16a62625dd1bd56d9 (patch) | |
tree | babe5b88084884ea871168b6c945d5549fffce7e | |
parent | fb92c5943d19bc7cf555ebceb41c5dcdbe812265 (diff) |
Change xvidtune_CFLAGS to AM_CFLAGS to make automake-1.10 happier
Makefile.am:28: compiling `xvidtune.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8034c18..eba462c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,7 +22,7 @@ bin_PROGRAMS = xvidtune -xvidtune_CFLAGS = $(XVIDTUNE_CFLAGS) +AM_CFLAGS = $(XVIDTUNE_CFLAGS) xvidtune_LDADD = $(XVIDTUNE_LIBS) xvidtune_SOURCES = \ |