From 98883e6860458db8031690e1dd99ae2e4cc94263 Mon Sep 17 00:00:00 2001 From: Thomas Osterried Date: Sun, 3 Aug 2008 22:52:33 +0000 Subject: Fix for autoconf. Thanks to Tom --- ax25/Makefile.am | 2 +- ax25/axgetput/Makefile.am | 3 +-- hdlcutil/Makefile.am | 6 +++--- 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) -- cgit v1.2.3