diff options
Diffstat (limited to 'ax25rtd/Makefile.am')
-rw-r--r-- | ax25rtd/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ax25rtd/Makefile.am b/ax25rtd/Makefile.am index 5ca9c4c..babb6df 100644 --- a/ax25rtd/Makefile.am +++ b/ax25rtd/Makefile.am @@ -86,5 +86,5 @@ ax25rtd_SOURCES = \ AX25_SYSCONFDIR=$(sysconfdir)/ax25 AX25_LOCALSTATEDIR=$(localstatedir)/ax25 -INCLUDES = -DAX25_SYSCONFDIR=\""$(AX25_SYSCONFDIR)"\" \ - -DAX25_LOCALSTATEDIR=\""$(AX25_LOCALSTATEDIR)"\" +AM_CPPFLAGS = -DAX25_SYSCONFDIR=\""$(AX25_SYSCONFDIR)"\" \ + -DAX25_LOCALSTATEDIR=\""$(AX25_LOCALSTATEDIR)"\" |