summaryrefslogtreecommitdiffstats
path: root/ax25/Makefile.in
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-06-07 10:24:56 +0200
committerRalf Baechle <ralf@linux-mips.org>1999-06-07 10:24:56 +0200
commit1b4023134b5ff6342301c8135b11df46546d2828 (patch)
tree50dc64182994ea2c13ce23919fa75e64edd4d0f0 /ax25/Makefile.in
parent17287576555a5c46fa23549e2e5f073660dccb70 (diff)
Import ax25-tools 0.0.2 from tarballax25-tools-0.0.2
Diffstat (limited to 'ax25/Makefile.in')
-rw-r--r--ax25/Makefile.in10
1 files changed, 8 insertions, 2 deletions
diff --git a/ax25/Makefile.in b/ax25/Makefile.in
index ef14c64..2331d82 100644
--- a/ax25/Makefile.in
+++ b/ax25/Makefile.in
@@ -58,11 +58,15 @@ NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
AWK = @AWK@
+AX25IO_LIB = @AX25IO_LIB@
+AX25_LIB = @AX25_LIB@
CC = @CC@
MAKEINFO = @MAKEINFO@
NCURSES_LIB = @NCURSES_LIB@
PACKAGE = @PACKAGE@
+UTIL_LIB = @UTIL_LIB@
VERSION = @VERSION@
+Z_LIB = @Z_LIB@
etcfiles = ax25.profile ax25d.conf axspawn.conf rxecho.conf
varfiles = mheard.dat
@@ -71,6 +75,9 @@ sbin_PROGRAMS = ax25d axctl axparms axspawn beacon bpqparms mheardd rxecho
bin_PROGRAMS = mheard
+LDADD = $(AX25_LIB)
+axspawn_LDADD = $(AX25_LIB) $(UTIL_LIB)
+
man_MANS = ax25.4 ax25d.conf.5 axports.5 axspawn.conf.5 rxecho.conf.5 ax25d.8 axctl.8 axparms.8 axspawn.8 beacon.8 bpqparms.8 mheard.1 mheardd.8 rxecho.8
@@ -116,7 +123,6 @@ axparms_LDADD = $(LDADD)
axparms_DEPENDENCIES =
axparms_LDFLAGS =
axspawn_OBJECTS = axspawn.o
-axspawn_LDADD = $(LDADD)
axspawn_DEPENDENCIES =
axspawn_LDFLAGS =
beacon_OBJECTS = beacon.o
@@ -459,7 +465,7 @@ distdir: $(DISTFILES)
ax25d.o: ax25d.c ../config.h ../pathnames.h
axctl.o: axctl.c ../config.h
axparms.o: axparms.c ../config.h ../pathnames.h
-axspawn.o: axspawn.c ../pathnames.h
+axspawn.o: axspawn.c ../config.h ../pathnames.h
beacon.o: beacon.c ../config.h
bpqparms.o: bpqparms.c ../config.h
mheard.o: mheard.c ../config.h ../pathnames.h