diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-08-10 11:35:27 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-08-10 11:35:27 -0700 |
commit | 7b3c0c95b9bb223ae779b8bf0c7d78967e0dcd9e (patch) | |
tree | ceea61a120b9ceafb20e3bc21a828e71c4d30169 | |
parent | c843fa3f4e65f2e1e133633b445f8693b1cc617c (diff) |
Change xprop_CFLAGS to AM_CFLAGS to clear automake-1.10 warning
Makefile.am:27: compiling `dsimple.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 f0d5195..dd03754 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ bin_PROGRAMS = xprop -xprop_CFLAGS = $(XPROP_CFLAGS) +AM_CFLAGS = $(XPROP_CFLAGS) xprop_LDADD = $(XPROP_LIBS) xprop_SOURCES = \ |