]> git.proxmox.com Git - mirror_frr.git/commit
build: non-recursive bgpd & rfp
authorDavid Lamparter <equinox@diac24.net>
Wed, 15 Aug 2018 21:35:51 +0000 (23:35 +0200)
committerDavid Lamparter <equinox@diac24.net>
Thu, 25 Oct 2018 15:30:21 +0000 (17:30 +0200)
commitc12fcb4c7524843ca1601a4e3f90e5fa5187221b
treeb4a9ccf6130cb6cf13da4a6f7e7760938df28848
parentc872e6022aa88145742b461a82824df06e6800c1
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