summaryrefslogtreecommitdiff
path: root/vtysh/Makefile.am
diff options
context:
space:
mode:
authorpaul <paul>2003-10-22 02:51:04 +0000
committerpaul <paul>2003-10-22 02:51:04 +0000
commit1ac09d3e435a0a430cc3d218aa82015aa5741ed9 (patch)
tree6248a7be6a23ed7611f9ab1349d356fa9c3cc023 /vtysh/Makefile.am
parenta58c25b65d9816a549278f1a74a9121500b14b20 (diff)
2003-10-22 Paul Jakma <paul@dishone.st>
* vtysh/Makefile.am: do not include vtysh_cmd.c in dists, its configure dependent. (still need to find a way to make building of it dependent on configure options or include all commands.)
Diffstat (limited to 'vtysh/Makefile.am')
-rw-r--r--vtysh/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/vtysh/Makefile.am b/vtysh/Makefile.am
index eef28542..33064e10 100644
--- a/vtysh/Makefile.am
+++ b/vtysh/Makefile.am
@@ -7,7 +7,8 @@ LIBS = @LIBS@ @CURSES@ @LIBPAM@
bin_PROGRAMS = vtysh
-vtysh_SOURCES = vtysh_main.c vtysh.c vtysh_cmd.c vtysh_user.c vtysh_config.c
+vtysh_SOURCES = vtysh_main.c vtysh.c vtysh_user.c vtysh_config.c
+nodist_vtysh_SOURCES = vtysh_cmd.c
noinst_HEADERS = vtysh.h vtysh_user.h
vtysh_LDADD = ../lib/libzebra.a @LIBCAP@