diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-06-07 10:24:56 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-06-07 10:24:56 +0200 |
commit | 1b4023134b5ff6342301c8135b11df46546d2828 (patch) | |
tree | 50dc64182994ea2c13ce23919fa75e64edd4d0f0 /netrom/Makefile.am | |
parent | 17287576555a5c46fa23549e2e5f073660dccb70 (diff) |
Import ax25-tools 0.0.2 from tarballax25-tools-0.0.2
Diffstat (limited to 'netrom/Makefile.am')
-rw-r--r-- | netrom/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/netrom/Makefile.am b/netrom/Makefile.am index 03f0c0d..c5845b8 100644 --- a/netrom/Makefile.am +++ b/netrom/Makefile.am @@ -12,6 +12,8 @@ installconf: sbin_PROGRAMS = netromd nodesave nrattach nrparms nrsdrv +LDADD = $(AX25_LIB) + man_MANS = netrom.4 nrports.5 nrbroadcast.5 netromd.8 nodesave.8 \ nrattach.8 nrparms.8 nrsdrv.8 |