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