diff options
author | Terry Dawson VK2KTJ <terry@animats.net> | 2001-09-22 12:39:16 +0000 |
---|---|---|
committer | Terry Dawson VK2KTJ <terry@animats.net> | 2001-09-22 12:39:16 +0000 |
commit | 6364520eb4c795e85f7893ba02de860d132c1d2c (patch) | |
tree | 1cab5b3607be7d6f056dcb22a4bf0093f7e0a959 /ax25ipd/Makefile.am | |
parent | d15d2ecfe78c5c8698b487e9bbc919fb1ea54598 (diff) |
Fixed ax25ipd conf file bug, small cosmetic changes
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 2c1acd6..da5ba61 100644 --- a/ax25ipd/Makefile.am +++ b/ax25ipd/Makefile.am @@ -30,8 +30,8 @@ installconf: $(INSTALL_DATA) $$p $(DESTDIR)$(AX25_SYSCONFDIR)/$$p; \ done -AX25_SYSCONFDIR=$(sysconfdir)/ax25/ -AX25_LOCALSTATEDIR=$(localstatedir)/ax25/ +AX25_SYSCONFDIR=$(sysconfdir)/ax25 +AX25_LOCALSTATEDIR=$(localstatedir)/ax25 INCLUDES = -DAX25_SYSCONFDIR=\""$(AX25_SYSCONFDIR)"\" \ -DAX25_LOCALSTATEDIR=\""$(AX25_LOCALSTATEDIR)"\" |