diff options
author | gdt <gdt> | 2004-08-31 15:35:32 +0000 |
---|---|---|
committer | gdt <gdt> | 2004-08-31 15:35:32 +0000 |
commit | d76a4886ea7835ab6fecdab52d475f6ad3461b65 (patch) | |
tree | e72c1d45dfd224de3acdcc5415d411156b6aed9a | |
parent | b318523bae74b6d5455e9bd2ee07741e822a3809 (diff) | |
download | quagga-d76a4886ea7835ab6fecdab52d475f6ad3461b65.tar.bz2 quagga-d76a4886ea7835ab6fecdab52d475f6ad3461b65.tar.xz |
remove zebra/irdp.c because it is no longer in the source tree.
-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 99513e97..45f99862 100644 --- a/vtysh/Makefile.am +++ b/vtysh/Makefile.am @@ -24,7 +24,7 @@ rebuild4: vtysh_cmd.c: $(top_srcdir)/ripd/*.c $(top_srcdir)/ripngd/*.c $(top_srcdir)/ospfd/*.c $(top_srcdir)/ospf6d/*.c \ $(top_srcdir)/isisd/*.c $(top_srcdir)/bgpd/*.c $(top_srcdir)/lib/keychain.c $(top_srcdir)/lib/routemap.c \ $(top_srcdir)/lib/filter.c $(top_srcdir)/lib/plist.c $(top_srcdir)/lib/distribute.c $(top_srcdir)/lib/if_rmap.c \ - $(top_srcdir)/zebra/debug.c $(top_srcdir)/zebra/interface.c $(top_srcdir)/zebra/irdp.c \ + $(top_srcdir)/zebra/debug.c $(top_srcdir)/zebra/interface.c \ $(top_srcdir)/zebra/irdp_interface.c $(top_srcdir)/zebra/rtadv.c $(top_srcdir)/zebra/zebra_vty.c \ $(top_srcdir)/zebra/zserv.c $(srcdir)/extract.pl $(top_srcdir)/ripd/*.c $(top_srcdir)/ripngd/*.c $(top_srcdir)/ospfd/*.c $(top_srcdir)/ospf6d/*.c \ |