summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index dcdcc83..00ec642 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,8 +3,8 @@ lib_LTLIBRARIES = libax25.la libax25io.la
libax25includedir = $(includedir)
libax25ioincludedir = $(includedir)
-INCLUDES = -DAX25_SYSCONFDIR=\""$(sysconfdir)/ax25/"\" \
- -DAX25_LOCALSTATEDIR=\""$(localstatedir)/ax25/"\"
+AM_CPPFLAGS = -DAX25_SYSCONFDIR=\""$(sysconfdir)/ax25/"\" \
+ -DAX25_LOCALSTATEDIR=\""$(localstatedir)/ax25/"\"
if !AX25_H
USE_LIBAX25_AX25_H = netax25/ax25.h