diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 46cabb25..6af673cc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,13 +8,14 @@ DIST_SUBDIRS = lib zebra bgpd ripd ripngd ospfd ospf6d vtysh \ isisd EXTRA_DIST = aclocal.m4 SERVICES TODO REPORTING-BUGS vtysh/Makefile.in \ - vtysh/Makefile.am update-autotools doc/mpls + vtysh/Makefile.am update-autotools doc/mpls \ + redhat/quagga.* redhat/*.init dist-hook: mkdir $(distdir)/tools cp -p $(srcdir)/tools/*.pl $(distdir)/tools cp -p $(srcdir)/tools/*.el $(distdir)/tools cp -p $(srcdir)/tools/*.cgi $(distdir)/tools - cp -p $(srcdir)/redhat/*.init $(distdir)/redhat - cp -p $(srcdir)/redhat/quagga.* $(distdir)/redhat rm -rf `find $(distdir)/doc -type d -name CVS` + rm -rf `find $(distdir)/ -type f -name "*~"` + |