summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2007-08-16 17:17:06 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2007-08-16 17:17:06 -0700
commit12982c07b44c15a621fc548a4448f9a04bf5907e (patch)
tree7afc2b3e2aa2446528da8904fe2c11af0a2cb081
parent136525f01e4ce8e60e8c78b44654d8f6861233d2 (diff)
Change sessreg_CFLAGS to AM_CFLAGS to make automake-1.10 happier
-rw-r--r--Makefile.am2
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 \