diff options
author | paul <paul> | 2003-10-22 02:51:04 +0000 |
---|---|---|
committer | paul <paul> | 2003-10-22 02:51:04 +0000 |
commit | 77eba956cc8d81b16279bbda675c84eaa9a51e83 (patch) | |
tree | 0d0f2a7ed4b8d1245489d4e0f7b8f2a19bdda038 | |
parent | f59b86bec8f6c9284899ae0a78d8f471083397c1 (diff) | |
download | quagga-77eba956cc8d81b16279bbda675c84eaa9a51e83.tar.bz2 quagga-77eba956cc8d81b16279bbda675c84eaa9a51e83.tar.xz |
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.)
-rw-r--r-- | vtysh/Makefile.am | 3 |
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@ |