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@ \ |
paul | 00bc560 | 2004-01-09 16:30:52 +0000 | [diff] [blame] | 4 | @ISISD@ @VTYSH@ @OSPFCLIENT@ redhat doc |
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 \ |
paul | 23455b1 | 2004-07-27 15:53:34 +0000 | [diff] [blame] | 7 | isisd vtysh ospfclient doc 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 \ |
paul | 0fc4294 | 2004-08-19 04:41:21 +0000 | [diff] [blame] | 12 | tools/zebra.el m4 |
| 13 | |
| 14 | |
| 15 | ACLOCAL_AMFLAGS = -I m4 |