diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-08-10 15:22:05 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-08-10 15:22:05 -0700 |
commit | 1d8078119bdfc51e656ca4eb0e5ad122f334cd88 (patch) | |
tree | f7e292cc9f168ec0e2f9a134403612fd527abe7b | |
parent | 49b3932cec1d026195129b35a7e1f982c3a70e99 (diff) |
Change xdriinfo_CFLAGS to AM_CFLAGS to make automake-1.10 happier
Makefile.am:27: compiling `xdriinfo.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 c5cce1d..5976e62 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,7 @@ bin_PROGRAMS = xdriinfo -xdriinfo_CFLAGS = $(XDRIINFO_CFLAGS) +AM_CFLAGS = $(XDRIINFO_CFLAGS) # mesa should really use pkg-config ... xdriinfo_LDADD = $(XDRIINFO_LIBS) |