]> arthur.barton.de Git - netatalk.git/blob - Makefile.am
Fix typo
[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 USE_BUILTIN_LIBEVENT
11         SUBDIRS += libevent
12 endif
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