summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2007-08-15 15:31:16 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2007-08-15 15:31:16 -0700
commit6202638b9962dceb4f72357bff76896e23c8fe5e (patch)
tree4533cb113abd087268ad079546bcb7e50bf3edfe /Makefile.am
parent0b2171f2af1a5790753bb6516ac32411b1b89ef3 (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'
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
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 = \