diff options
author | hasso <hasso> | 2003-05-24 23:41:49 +0200 |
---|---|---|
committer | hasso <hasso> | 2003-05-24 23:41:49 +0200 |
commit | 0750d21fcfb034e47f781b09d984bfeec62b56a4 (patch) | |
tree | d8be8f2b61607f34a74c1897e6abdf3466917ff3 /vtysh/Makefile.am | |
parent | From: rivo nurges <rix@estpak.ee> (diff) | |
download | frr-0750d21fcfb034e47f781b09d984bfeec62b56a4.tar.xz frr-0750d21fcfb034e47f781b09d984bfeec62b56a4.zip |
Revert my http://hasso.linux.ee/zebra/ht-ifrmap-14042003.patch patch. Used
same idea as in lib/distribute.c to allow extract.pl to pick up commands
for vtysh.
Diffstat (limited to 'vtysh/Makefile.am')
-rw-r--r-- | vtysh/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vtysh/Makefile.am b/vtysh/Makefile.am index e6e92f1af..89156f90e 100644 --- a/vtysh/Makefile.am +++ b/vtysh/Makefile.am @@ -16,9 +16,9 @@ sysconf_DATA = vtysh.conf.sample EXTRA_DIST = extract.pl vtysh.conf.sample rebuild4: - ./extract.pl ../zebra/*.c ../ripd/*.c ../ospfd/*.c ../bgpd/*.c ../lib/keychain.c ../lib/routemap.c ../lib/filter.c ../lib/plist.c ../lib/distribute.c > vtysh_cmd.c + ./extract.pl ../zebra/*.c ../ripd/*.c ../ospfd/*.c ../bgpd/*.c ../lib/keychain.c ../lib/routemap.c ../lib/filter.c ../lib/plist.c ../lib/distribute.c ../lib/if_rmap.c > vtysh_cmd.c rebuild: - ./extract.pl ../zebra/*.c ../ripd/*.c ../ripngd/*.c ../ospfd/*.c ../ospf6d/*.c ../bgpd/*.c ../lib/keychain.c ../lib/routemap.c ../lib/filter.c ../lib/plist.c ../lib/distribute.c > vtysh_cmd.c + ./extract.pl ../zebra/*.c ../ripd/*.c ../ripngd/*.c ../ospfd/*.c ../ospf6d/*.c ../bgpd/*.c ../lib/keychain.c ../lib/routemap.c ../lib/filter.c ../lib/plist.c ../lib/distribute.c ../lib/if_rmap.c > vtysh_cmd.c vtysh_cmd.c: rebuild |