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