summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Osterried <thomas@osterried.de>2008-08-03 22:52:33 +0000
committerThomas Osterried <thomas@osterried.de>2008-08-03 22:52:33 +0000
commit98883e6860458db8031690e1dd99ae2e4cc94263 (patch)
tree006d427cf1c8b8d63f5e0b23570f6fd352cc3d90
parentb0ab5d43f507e035776ed99a283c57ab77b1a4ea (diff)
Fix for autoconf. Thanks to Tom <DL1JBE>
-rw-r--r--ax25/Makefile.am2
-rw-r--r--ax25/axgetput/Makefile.am3
-rw-r--r--hdlcutil/Makefile.am6
3 files changed, 5 insertions, 6 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)
diff --git a/hdlcutil/Makefile.am b/hdlcutil/Makefile.am
index a3592db..b200566 100644
--- a/hdlcutil/Makefile.am
+++ b/hdlcutil/Makefile.am
@@ -7,9 +7,9 @@ SUBDIRS = . fl
bin_PROGRAMS = sethdlc smmixer $(X11_bin_programs)
-sethdlc_SOURCES = sethdlc.c hdrvcomm.c hdrvcomm.h usersmdiag.h
-smmixer_SOURCES = smmixer.c hdrvcomm.c hdrvcomm.h usersmdiag.h
-smdiag_SOURCES = smdiag.c hdrvcomm.c hdrvcomm.h usersmdiag.h
+sethdlc_SOURCES = sethdlc.c hdrvcomm.c hdrvcomm.h usersmdiag.h soundmodem.h
+smmixer_SOURCES = smmixer.c hdrvcomm.c hdrvcomm.h usersmdiag.h soundmodem.h
+smdiag_SOURCES = smdiag.c hdrvcomm.c hdrvcomm.h usersmdiag.h soundmodem.h
smdiag_LDADD = $(X_LIBS) -lX11 $(X_EXTRA_LIBS)