summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorTerry Dawson VK2KTJ <terry@animats.net>2001-09-22 12:39:16 +0000
committerTerry Dawson VK2KTJ <terry@animats.net>2001-09-22 12:39:16 +0000
commit6364520eb4c795e85f7893ba02de860d132c1d2c (patch)
tree1cab5b3607be7d6f056dcb22a4bf0093f7e0a959 /Makefile.in
parentd15d2ecfe78c5c8698b487e9bbc919fb1ea54598 (diff)
Fixed ax25ipd conf file bug, small cosmetic changes
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 7040b6f..7b482cf 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -81,8 +81,8 @@ SUBDIRS = ax25ipd ax25rtd call listen ax25mond
EXTRA_DIST = pathnames.h
-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)"\"