]> arthur.barton.de Git - netatalk.git/blobdiff - Makefile.am
Run ldconfig on Linux in make install
[netatalk.git] / Makefile.am
index ca880fffe619be3808c59005cc4780b9b1dd4d9c..4cf315dd0d9c1ba4a7a65d64ecfadbd702a2abec 100644 (file)
@@ -7,3 +7,9 @@ EXTRA_DIST = CONTRIBUTORS COPYRIGHT COPYING NEWS VERSION services.atalk
 ACLOCAL_AMFLAGS = -I macros
 AUTOMAKE_OPTIONS = foreign
 
+if RUN_LDCONFIG
+install-exec-hook:
+       @printf "Running ldconfig to ensure libraries installed in system library directories are added to the dynamic linker cache ... "
+       @-@NETA_LDCONFIG@
+       @printf "done\n"
+endif