summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Taylor <mctaylor@mctaylor.com>2004-12-12 05:11:39 +0000
committerMichael Taylor <mctaylor@mctaylor.com>2004-12-12 05:11:39 +0000
commitfc67db05a79d429a5efe962887b286f56162e3f3 (patch)
tree20543db965dabf965c94a1dafcd04925fbb1bc4c
parentc4827aa13af8bd74806ea1e72d91f5862c8c70d6 (diff)
use AM_CFLAGS rather than CFLAGS
-rw-r--r--ax25ipd/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ax25ipd/Makefile.am b/ax25ipd/Makefile.am
index da5ba61..66b23dd 100644
--- a/ax25ipd/Makefile.am
+++ b/ax25ipd/Makefile.am
@@ -8,7 +8,7 @@ EXTRA_DIST = $(man_MANS) $(etcfiles) $(doc_DATA)
docdir = ${datadir}/doc/ax25-apps
doc_DATA = README.ax25ipd HISTORY.ax25ipd COPYING.ax25ipd
-CFLAGS = -DUSE_TERMIO
+AM_CFLAGS = -DUSE_TERMIO
ax25ipd_LDADD = $(AX25_LIB)
ax25ipd_SOURCES = \