diff options
Diffstat (limited to 'ax25ipd/Makefile.am')
-rw-r--r-- | ax25ipd/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ax25ipd/Makefile.am b/ax25ipd/Makefile.am index 6b06d8f..6b4da75 100644 --- a/ax25ipd/Makefile.am +++ b/ax25ipd/Makefile.am @@ -55,5 +55,5 @@ installconf: 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)"\" |