diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2017-08-04 16:49:15 +0200 | 
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2017-08-04 19:09:14 +0200 | 
| commit | b6f5781c33d29092a3c3dc40778a6e926a65f65a (patch) | |
| tree | 8cd875c111e4be07bafc29362779207dc69ebdab /Makefile.am | |
| parent | 30237d294fcb522e3be0df3a5625178db6f47a32 (diff) | |
build: non-recursive babeld & eigrpd
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 8 | 
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 7d607b2d53..494fcd4d56 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,17 +38,19 @@ include ospfclient/subdir.am  include isisd/subdir.am  include nhrpd/subdir.am  include ldpd/subdir.am +include babeld/subdir.am +include eigrpd/subdir.am  SUBDIRS = . @LIBRFP@ @RFPTEST@ \  	 @BGPD@ \ -         @PIMD@ @EIGRPD@ @BABELD@ \ +         @PIMD@ \  	 @WATCHFRR@ @VTYSH@ @DOC@ \           @SOLARIS@ tests tools  DIST_SUBDIRS = . bgpd \  	  watchfrr vtysh doc tests \ -	  solaris pimd eigrpd bgpd/rfp-example/librfp \ -	  bgpd/rfp-example/rfptest tools babeld \ +	  solaris pimd bgpd/rfp-example/librfp \ +	  bgpd/rfp-example/rfptest tools \  	  # end  if PKGSRC  | 
