]> git.proxmox.com Git - mirror_frr.git/blame - Makefile.am
Trivial fix from Bernd Leibing <bernd.leibing@kiz.uni-ulm.de>
[mirror_frr.git] / Makefile.am
CommitLineData
718e3744 1## Process this file with automake to produce Makefile.in.
2
0537f4e7 3SUBDIRS = lib @ZEBRA@ @BGPD@ @RIPD@ @RIPNGD@ @OSPFD@ @OSPF6D@ \
00bc5603 4 @ISISD@ @VTYSH@ @OSPFCLIENT@ redhat doc
0537f4e7 5
6DIST_SUBDIRS = lib zebra bgpd ripd ripngd ospfd ospf6d vtysh \
a27abaa5 7 ospfclient doc redhat isisd
718e3744 8
9EXTRA_DIST = aclocal.m4 SERVICES TODO REPORTING-BUGS vtysh/Makefile.in \
00bc5603 10 vtysh/Makefile.am update-autotools doc/mpls
718e3744 11
12dist-hook:
13 mkdir $(distdir)/tools
14 cp -p $(srcdir)/tools/*.pl $(distdir)/tools
15 cp -p $(srcdir)/tools/*.el $(distdir)/tools
16 cp -p $(srcdir)/tools/*.cgi $(distdir)/tools
0537f4e7 17 rm -rf `find $(distdir)/doc -type d -name CVS`
41ad8780 18 rm -rf `find $(distdir)/ -type f -name "*~"`
19