summaryrefslogtreecommitdiffstats
path: root/ax25
diff options
context:
space:
mode:
Diffstat (limited to 'ax25')
-rw-r--r--ax25/Makefile.am2
-rw-r--r--ax25/axgetput/Makefile.am3
2 files changed, 2 insertions, 3 deletions
diff --git a/ax25/Makefile.am b/ax25/Makefile.am
index 2da64f0..f5c0ebb 100644
--- a/ax25/Makefile.am
+++ b/ax25/Makefile.am
@@ -40,7 +40,7 @@ EXTRA_DIST = $(man_MANS) $(etcfiles) $(varfiles)
ax25d_SOURCES = ax25d.c
axctl_SOURCES = axctl.c
axparms_SOURCES = axparms.c
-axspawn_SOURCES = axspawn.c access.c md5.c
+axspawn_SOURCES = axspawn.c axspawn.h access.c access.h md5.c md5.h
beacon_SOURCES = beacon.c
bpqparms_SOURCES = bpqparms.c
mheard_SOURCES = mheard.c
diff --git a/ax25/axgetput/Makefile.am b/ax25/axgetput/Makefile.am
index df8871b..aa05aaf 100644
--- a/ax25/axgetput/Makefile.am
+++ b/ax25/axgetput/Makefile.am
@@ -15,7 +15,6 @@ axgetput_SOURCES = axgetput.c axgetput.h util.h proto_bin.h util.c proto_bin.c i
install-exec-local:
(cd $(DESTDIR)$(bindir) && ln -sf axgetput bget && ln -sf axgetput bput)
- make install-man-local
-install-man-local:
+install-data-hook:
(cd $(DESTDIR)$(mandir)/man1 && ln -sf axgetput.1 bget.1 && ln -sf axgetput.1 bput.1)