]> 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 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
20
21 if DEVELOPER
22 abi-clean:
23         @echo "Removing ABI file libatalk/libatalk-$(NETATALK_VERSION).abi"
24         @rm -f libatalk/libatalk-$(NETATALK_VERSION).abi
25 endif