diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-02-21 08:38:17 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-02-21 08:38:17 -0800 |
commit | 281158a840b5669dcea426fee4bdf4439f4e41c5 (patch) | |
tree | 175272d558c623c7567753549033a1f99bd4fd1e | |
parent | 1dee63fcbe0e3915a4b74578d71dab673c6e313d (diff) |
Change xsm_CFLAGS to AM_CFLAGS to make automake-1.10 happier
Makefile.am:32: compiling `auth.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 6f4ca9b..1dff783 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,7 +24,7 @@ bin_PROGRAMS = xsm SYSTEM_INIT_DIR = $(libdir)/X11/xsm -xsm_CFLAGS = $(XSM_CFLAGS) -DRSHCMD=\"@RSH@\" \ +AM_CFLAGS = $(XSM_CFLAGS) -DRSHCMD=\"@RSH@\" \ -DSYSTEM_INIT_FILE=\"$(SYSTEM_INIT_DIR)/system.xsm\" xsm_LDADD = $(XSM_LIBS) |