diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-08-15 15:31:16 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-08-15 15:31:16 -0700 |
commit | 6202638b9962dceb4f72357bff76896e23c8fe5e (patch) | |
tree | 4533cb113abd087268ad079546bcb7e50bf3edfe | |
parent | 0b2171f2af1a5790753bb6516ac32411b1b89ef3 (diff) |
Change xrdb_CFLAGS to AM_CFLAGS to make automake-1.10 happier
Makefile.am:27: compiling `xrdb.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 cb37aa3..48a2086 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ bin_PROGRAMS = xrdb -xrdb_CFLAGS = $(XRDB_CFLAGS) +AM_CFLAGS = $(XRDB_CFLAGS) xrdb_LDADD = $(XRDB_LIBS) xrdb_SOURCES = \ |