diff options
author | David Lamparter <equinox@diac24.net> | 2018-10-28 16:05:38 +0100 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2018-10-28 19:48:55 +0100 |
commit | 58596d3444b9abe9749776ab8c05a11d2f506f73 (patch) | |
tree | 6476205df03307f09d966568f7947289b8064bff /bgpd/rfp-example | |
parent | build: crop excessive net-snmp library list (diff) | |
download | frr-58596d3444b9abe9749776ab8c05a11d2f506f73.tar.xz frr-58596d3444b9abe9749776ab8c05a11d2f506f73.zip |
build: make rfptest and ospfclient "noinst"
Both of these are testing/demo-style tools that don't make sense as part
of a normal installation. So don't install them.
NB: this is only the executables, libospfclient and the RFP code are not
affected.
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'bgpd/rfp-example')
-rw-r--r-- | bgpd/rfp-example/rfptest/subdir.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/rfp-example/rfptest/subdir.am b/bgpd/rfp-example/rfptest/subdir.am index fa7c66011..9f6d33a85 100644 --- a/bgpd/rfp-example/rfptest/subdir.am +++ b/bgpd/rfp-example/rfptest/subdir.am @@ -3,7 +3,7 @@ # if ENABLE_BGP_VNC -sbin_PROGRAMS += bgpd/rfp-example/rfptest/rfptest +noinst_PROGRAMS += bgpd/rfp-example/rfptest/rfptest endif bgpd_rfp_example_rfptest_rfptest_CFLAGS = -I$(top_srcdir)/bgpd/rfapi |