diff options
author | hasso <hasso> | 2005-08-25 14:00:58 +0200 |
---|---|---|
committer | hasso <hasso> | 2005-08-25 14:00:58 +0200 |
commit | c0689394aef68bcafacd570e4c9163d478131e76 (patch) | |
tree | c85182d1fb1d4d4e65f9d3a6f9ca42bc93fb79fc /vtysh | |
parent | 2005-08-22 Hugo Santos <hsantos@av.it.pt> (diff) | |
download | frr-c0689394aef68bcafacd570e4c9163d478131e76.tar.xz frr-c0689394aef68bcafacd570e4c9163d478131e76.zip |
* configure.ac, vtysh/Makefile.am: Only vtysh needs to be linked
against libreadline and friends.
Diffstat (limited to 'vtysh')
-rw-r--r-- | vtysh/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vtysh/Makefile.am b/vtysh/Makefile.am index 35dc76373..dbd1d3d2c 100644 --- a/vtysh/Makefile.am +++ b/vtysh/Makefile.am @@ -11,7 +11,7 @@ vtysh_SOURCES = vtysh_main.c vtysh.c vtysh_user.c vtysh_config.c nodist_vtysh_SOURCES = vtysh_cmd.c CLEANFILES = vtysh_cmd.c noinst_HEADERS = vtysh.h vtysh_user.h -vtysh_LDADD = ../lib/libzebra.la @LIBCAP@ +vtysh_LDADD = ../lib/libzebra.la @LIBCAP@ @LIBREADLINE@ examplesdir = $(exampledir) dist_examples_DATA = vtysh.conf.sample |