diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2017-08-03 13:42:11 +0200 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2017-08-04 11:09:50 +0200 |
commit | 86e463cf9bd2ffb0ce8e4dba94c8ebcefb971d1e (patch) | |
tree | f7df7463d6422506bff3897fd36edd764b68a35a /Makefile.am | |
parent | build: non-recursive ospf* (diff) | |
download | frr-86e463cf9bd2ffb0ce8e4dba94c8ebcefb971d1e.tar.xz frr-86e463cf9bd2ffb0ce8e4dba94c8ebcefb971d1e.zip |
build: non-recursive isisd
(Also fix a minor snafu in the autoconf logic)
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 68c2dde34..a0c0d0ab0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,15 +34,16 @@ include ripngd/subdir.am include ospfd/subdir.am include ospf6d/subdir.am include ospfclient/subdir.am +include isisd/subdir.am SUBDIRS = . @LIBRFP@ @RFPTEST@ \ @BGPD@ @LDPD@ \ - @ISISD@ @PIMD@ @NHRPD@ @EIGRPD@ @BABELD@ \ + @PIMD@ @NHRPD@ @EIGRPD@ @BABELD@ \ @WATCHFRR@ @VTYSH@ @DOC@ \ @SOLARIS@ tests tools DIST_SUBDIRS = . bgpd ldpd \ - isisd watchfrr vtysh doc tests \ + watchfrr vtysh doc tests \ solaris pimd nhrpd eigrpd bgpd/rfp-example/librfp \ bgpd/rfp-example/rfptest tools babeld \ # end |