]> arthur.barton.de Git - netatalk.git/blob - Makefile.am
autoconf: Indentation fixes
[netatalk.git] / Makefile.am
1 # Makefile.am for top level of netatalk package
2
3 if USE_BUILTIN_LIBEVENT
4 SUBDIRS = libevent libatalk bin config etc man contrib distrib include doc macros test
5 else
6 SUBDIRS = libatalk bin config etc man contrib distrib include doc macros test
7 endif
8
9 EXTRA_DIST = CONTRIBUTORS COPYRIGHT COPYING NEWS VERSION
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