paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 1 | ## Process this file with automake to produce Makefile.in. |
| 2 | |
paul | 1bb066b | 2003-03-17 01:18:55 +0000 | [diff] [blame] | 3 | SUBDIRS = lib @ZEBRA@ @BGPD@ @RIPD@ @RIPNGD@ @OSPFD@ @OSPF6D@ @VTYSH@ @OSPFCLIENT@ doc |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 4 | |
| 5 | EXTRA_DIST = aclocal.m4 SERVICES TODO REPORTING-BUGS vtysh/Makefile.in \ |
| 6 | vtysh/Makefile.am update-autotools |
| 7 | |
| 8 | dist-hook: |
| 9 | mkdir $(distdir)/tools |
| 10 | cp -p $(srcdir)/tools/*.pl $(distdir)/tools |
| 11 | cp -p $(srcdir)/tools/*.el $(distdir)/tools |
| 12 | cp -p $(srcdir)/tools/*.cgi $(distdir)/tools |
paul | 05351a2 | 2003-03-31 19:02:41 +0000 | [diff] [blame] | 13 | mkdir $(distdir)/redhat |
| 14 | cp -p $(srcdir)/redhat/*.init $(distdir)/redhat |
| 15 | cp -p $(srcdir)/redhat/zebra.* $(distdir)/redhat |