diff options
Diffstat (limited to 'ax25ipd/Makefile.am')
-rw-r--r-- | ax25ipd/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ax25ipd/Makefile.am b/ax25ipd/Makefile.am index 1d20f98..6b06d8f 100644 --- a/ax25ipd/Makefile.am +++ b/ax25ipd/Makefile.am @@ -56,4 +56,4 @@ AX25_SYSCONFDIR=$(sysconfdir)/ax25 AX25_LOCALSTATEDIR=$(localstatedir)/ax25 INCLUDES = -DAX25_SYSCONFDIR=\""$(AX25_SYSCONFDIR)"\" \ - -DAX25_LOCALSTATEDIR=\""$(AX25_LOCALSTATEDIR)"\" + -DAX25_LOCALSTATEDIR=\""$(AX25_LOCALSTATEDIR)"\" |