summaryrefslogtreecommitdiff
path: root/pathd
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2021-07-21 19:26:15 -0400
committerGitHub <noreply@github.com>2021-07-21 19:26:15 -0400
commit918af5a40bb181a5878fb8f2b9a780bd2dbc72b4 (patch)
tree5712b06f78037e34a52cc63cf0e8b4e9ff0caf5f /pathd
parent9a549c4fbf8d7c43339e20bf0a37ce8ff1594160 (diff)
parent81aff2127f35da2ec667bc60989cac7df7a8ef48 (diff)
Merge pull request #9102 from opensourcerouting/autoconf-fix-gcov
build: fix LDFLAGS confusion & gcov
Diffstat (limited to 'pathd')
-rw-r--r--pathd/subdir.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/pathd/subdir.am b/pathd/subdir.am
index 693afabb39..f339c79225 100644
--- a/pathd/subdir.am
+++ b/pathd/subdir.am
@@ -82,4 +82,4 @@ endif
#pathd_pathd_pcep_la_CFLAGS = $(AM_CFLAGS)
-pathd_pathd_pcep_la_LDFLAGS = -avoid-version -module -shared -export-dynamic
+pathd_pathd_pcep_la_LDFLAGS = $(MODULE_LDFLAGS)