summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2017-08-02 10:29:21 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2017-08-04 11:09:50 +0200
commitafca06902e13288ad1fec47d73e811c91e92e5d7 (patch)
treed914489774a4137d7fdcae5ec9a9a06996e9a500 /Makefile.am
parentbuild: non-recursive ripd & ripngd (diff)
downloadfrr-afca06902e13288ad1fec47d73e811c91e92e5d7.tar.xz
frr-afca06902e13288ad1fec47d73e811c91e92e5d7.zip
build: non-recursive ospf*
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am11
1 files changed, 7 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 5c4c9139d..68c2dde34 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,15 +31,18 @@ include fpm/subdir.am
include ripd/subdir.am
include ripngd/subdir.am
+include ospfd/subdir.am
+include ospf6d/subdir.am
+include ospfclient/subdir.am
SUBDIRS = . @LIBRFP@ @RFPTEST@ \
- @BGPD@ @OSPFD@ @OSPF6D@ @LDPD@ \
+ @BGPD@ @LDPD@ \
@ISISD@ @PIMD@ @NHRPD@ @EIGRPD@ @BABELD@ \
- @WATCHFRR@ @VTYSH@ @OSPFCLIENT@ @DOC@ \
+ @WATCHFRR@ @VTYSH@ @DOC@ \
@SOLARIS@ tests tools
-DIST_SUBDIRS = . bgpd ospfd ospf6d ldpd \
- isisd watchfrr vtysh ospfclient doc tests \
+DIST_SUBDIRS = . bgpd ldpd \
+ isisd watchfrr vtysh doc tests \
solaris pimd nhrpd eigrpd bgpd/rfp-example/librfp \
bgpd/rfp-example/rfptest tools babeld \
# end