]> git.puffer.fish Git - mirror/frr.git/commitdiff
2003-10-22 Paul Jakma <paul@dishone.st>
authorpaul <paul>
Wed, 22 Oct 2003 02:51:04 +0000 (02:51 +0000)
committerpaul <paul>
Wed, 22 Oct 2003 02:51:04 +0000 (02:51 +0000)
        * 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.)

vtysh/Makefile.am

index eef28542f9b0b7fddacc47ee86ed3a5cc73719ef..33064e1019f8031377e44ba17af99687e8fcec5d 100644 (file)
@@ -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@