diff options
author | gdt <gdt> | 2004-07-14 13:55:28 +0000 |
---|---|---|
committer | gdt <gdt> | 2004-07-14 13:55:28 +0000 |
commit | 52c81c973e03ac4f8696dccdd6acd0079992c203 (patch) | |
tree | dde5eb427987b77f39cbd6783c80dda772cae112 | |
parent | 3ef4543b9f5e368af9aba0d143a4987ac7c17df0 (diff) | |
download | quagga-52c81c973e03ac4f8696dccdd6acd0079992c203.tar.bz2 quagga-52c81c973e03ac4f8696dccdd6acd0079992c203.tar.xz |
2004-07-14 Greg Troxel <gdt@poblano.ir.bbn.com>
* Makefile.am (EXTRA_DIST): Add missing \, so tools stuff is
really in distfile.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2004-07-14 Greg Troxel <gdt@poblano.ir.bbn.com> + + * Makefile.am (EXTRA_DIST): Add missing \, so tools stuff is + really in distfile. + 2004-06-30 Greg Troxel <gdt@poblano.ir.bbn.com> * */Makefile.am: use -L../lib -lzebra, so we pick up the shlib diff --git a/Makefile.am b/Makefile.am index c308e714..a80d8454 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,6 +7,6 @@ DIST_SUBDIRS = lib zebra bgpd ripd ripngd ospfd ospf6d \ isisd vtysh ospfclient doc redhat EXTRA_DIST = aclocal.m4 SERVICES TODO REPORTING-BUGS vtysh/Makefile.in \ - vtysh/Makefile.am update-autotools + vtysh/Makefile.am update-autotools \ tools/mrlg.cgi tools/rrcheck.pl tools/rrlookup.pl tools/zc.pl \ tools/zebra.el |