diff options
| author | paul <paul> | 2005-08-13 13:42:38 +0000 | 
|---|---|---|
| committer | paul <paul> | 2005-08-13 13:42:38 +0000 | 
| commit | 60f0651c32e6ee35da5f2d227dc471427568ff45 (patch) | |
| tree | bc3bbe1d94aa2126cb7f8d7088d230fed64e19c2 /Makefile.am | |
| parent | 47828747f48ea6739d0af6555648759016462703 (diff) | |
2005-08-13 Paul Jakma <paul@jakma.org>
	* Makefile.am: (EXTRA_DIST) Add the trailing slash back in which
	  greg left out - tools bits weren't being included in dist,
	  which broke rpm builds :).
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 33aa8f6aa9..f6c09a1975 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,7 @@ DIST_SUBDIRS = lib zebra bgpd ripd ripngd ospfd ospf6d \  EXTRA_DIST = aclocal.m4 SERVICES TODO REPORTING-BUGS INSTALL.quagga.txt \  	update-autotools \ -	vtysh/Makefile.in vtysh/Makefile.am +	vtysh/Makefile.in vtysh/Makefile.am \  	tools/mrlg.cgi tools/rrcheck.pl tools/rrlookup.pl tools/zc.pl \  	tools/zebra.el  | 
