aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@es.net>2014-05-12 15:48:49 -0700
committerBruce A. Mah <bmah@es.net>2014-05-12 15:48:49 -0700
commit72d410561eabec2ffff3b714cf4c6bacc0b19b40 (patch)
tree99bc54a94acbf4638cdc9e99afc7fefc2a764f41 /src/Makefile.am
parentaac3bd9e45ec59f7676265166a429ad865e3e3bb (diff)
downloadiperf3-72d410561eabec2ffff3b714cf4c6bacc0b19b40.tar.gz
Explicitly run ldconfig after "make install".
This might address Issue #153.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 3b705a0..cc32e36 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -78,3 +78,6 @@ TESTS = \
t_uuid
dist_man_MANS = iperf3.1 libiperf.3
+
+install-exec-hook:
+ ldconfig