diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-08-16 17:17:06 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-08-16 17:17:06 -0700 |
commit | 12982c07b44c15a621fc548a4448f9a04bf5907e (patch) | |
tree | 7afc2b3e2aa2446528da8904fe2c11af0a2cb081 | |
parent | 136525f01e4ce8e60e8c78b44654d8f6861233d2 (diff) |
Change sessreg_CFLAGS to AM_CFLAGS to make automake-1.10 happier
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 83f4b58..f3d41a7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,7 @@ bin_PROGRAMS = sessreg -sessreg_CFLAGS = $(SESSREG_CFLAGS) +AM_CFLAGS = $(SESSREG_CFLAGS) sessreg_SOURCES = \ sessreg.h \ |