paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 1 | ## Process this file with automake to produce Makefile.in. |
| 2 | |
paul | 0537f4e | 2003-06-04 10:19:12 +0000 | [diff] [blame] | 3 | SUBDIRS = lib @ZEBRA@ @BGPD@ @RIPD@ @RIPNGD@ @OSPFD@ @OSPF6D@ \ |
ajs | d019943 | 2004-12-22 14:03:52 +0000 | [diff] [blame] | 4 | @ISISD@ @WATCHQUAGGA@ @VTYSH@ @OSPFCLIENT@ doc m4 @pkgsrcdir@ redhat |
paul | 0537f4e | 2003-06-04 10:19:12 +0000 | [diff] [blame] | 5 | |
gdt | f2bfdee | 2004-06-30 17:25:15 +0000 | [diff] [blame] | 6 | DIST_SUBDIRS = lib zebra bgpd ripd ripngd ospfd ospf6d \ |
ajs | d019943 | 2004-12-22 14:03:52 +0000 | [diff] [blame] | 7 | isisd watchquagga vtysh ospfclient doc m4 pkgsrc redhat tests |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 8 | |
| 9 | EXTRA_DIST = aclocal.m4 SERVICES TODO REPORTING-BUGS vtysh/Makefile.in \ |
gdt | aa9af78 | 2004-07-14 13:55:28 +0000 | [diff] [blame] | 10 | vtysh/Makefile.am update-autotools \ |
gdt | f2bfdee | 2004-06-30 17:25:15 +0000 | [diff] [blame] | 11 | tools/mrlg.cgi tools/rrcheck.pl tools/rrlookup.pl tools/zc.pl \ |
gdt | b85dca3 | 2004-08-31 18:44:42 +0000 | [diff] [blame] | 12 | tools/zebra.el |
paul | 0fc4294 | 2004-08-19 04:41:21 +0000 | [diff] [blame] | 13 | |
paul | 72e2d82 | 2004-09-13 04:57:03 +0000 | [diff] [blame] | 14 | ACLOCAL_AMFLAGS = -I m4 |