diff options
author | gdt <gdt> | 2004-07-14 13:55:28 +0000 |
---|---|---|
committer | gdt <gdt> | 2004-07-14 13:55:28 +0000 |
commit | aa9af78c6f29cb37fb54b9875aad19105a72ae1d (patch) | |
tree | 3c8df2602a75a1c605a5c7f17dbc2742760f4f91 /Makefile.am | |
parent | cced60dd5bf297d16ec61fad75a122deaeca9e20 (diff) | |
download | quagga-aa9af78c6f29cb37fb54b9875aad19105a72ae1d.tar.bz2 quagga-aa9af78c6f29cb37fb54b9875aad19105a72ae1d.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.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |