]> git.proxmox.com Git - mirror_frr.git/commit - Makefile.am
build: non-recursive bgpd & rfp
authorDavid Lamparter <equinox@diac24.net>
Wed, 15 Aug 2018 21:35:51 +0000 (23:35 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Sat, 8 Sep 2018 19:25:59 +0000 (21:25 +0200)
commit84d837b75d3dc3e4640dd311fcb22bfa62065f34
treeaf01c1931ace11ec9db17785744543ac85a79873
parent714e135429aaca467bd2ed654edfe977b5cd1a9c
build: non-recursive bgpd & rfp

Note: no more --with-rfp-path on configure - badly messing with the
build system like this really isn't how to do a conditional external
dependency.

Signed-off-by: David Lamparter <equinox@diac24.net>
13 files changed:
Makefile.am
bgpd/.gitignore
bgpd/Makefile [new file with mode: 0644]
bgpd/Makefile.am [deleted file]
bgpd/rfp-example/librfp/Makefile [new file with mode: 0644]
bgpd/rfp-example/librfp/Makefile.am [deleted file]
bgpd/rfp-example/librfp/subdir.am [new file with mode: 0644]
bgpd/rfp-example/rfptest/Makefile [new file with mode: 0644]
bgpd/rfp-example/rfptest/Makefile.am [deleted file]
bgpd/rfp-example/rfptest/subdir.am [new file with mode: 0644]
bgpd/subdir.am [new file with mode: 0644]
configure.ac
vtysh/Makefile.am