summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2017-08-03 13:42:11 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2017-08-04 11:09:50 +0200
commit86e463cf9bd2ffb0ce8e4dba94c8ebcefb971d1e (patch)
treef7df7463d6422506bff3897fd36edd764b68a35a /Makefile.am
parentbuild: non-recursive ospf* (diff)
downloadfrr-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.am5
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