diff options
author | David Lamparter <equinox@diac24.net> | 2020-05-05 14:32:21 +0200 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2020-05-05 14:39:12 +0200 |
commit | 43436c155e2730cf3adce876c9047a4905defbc6 (patch) | |
tree | 88c47cafa644be86273c800376271e242718c601 /ldpd/subdir.am | |
parent | python: add graphviz callgraphs (diff) | |
download | frr-43436c155e2730cf3adce876c9047a4905defbc6.tar.xz frr-43436c155e2730cf3adce876c9047a4905defbc6.zip |
build: don't link ldpd.c twice
... this breaks LLVM bitcode linking.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to '')
-rw-r--r-- | ldpd/subdir.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ldpd/subdir.am b/ldpd/subdir.am index 09936e5c2..0b38c3787 100644 --- a/ldpd/subdir.am +++ b/ldpd/subdir.am @@ -28,7 +28,6 @@ ldpd_libldp_a_SOURCES = \ ldpd/ldp_vty_conf.c \ ldpd/ldp_vty_exec.c \ ldpd/ldp_zebra.c \ - ldpd/ldpd.c \ ldpd/ldpe.c \ ldpd/log.c \ ldpd/logmsg.c \ |