]> arthur.barton.de Git - netatalk.git/blob - Makefile.am
Run ldconfig on Linux in make install
[netatalk.git] / Makefile.am
1 # Makefile.am for top level of netatalk package
2
3 SUBDIRS = libatalk libevent bin config etc man contrib distrib include doc macros test
4
5 EXTRA_DIST = CONTRIBUTORS COPYRIGHT COPYING NEWS VERSION services.atalk
6
7 ACLOCAL_AMFLAGS = -I macros
8 AUTOMAKE_OPTIONS = foreign
9
10 if RUN_LDCONFIG
11 install-exec-hook:
12         @printf "Running ldconfig to ensure libraries installed in system library directories are added to the dynamic linker cache ... "
13         @-@NETA_LDCONFIG@
14         @printf "done\n"
15 endif