X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=Makefile.am;h=0100598597364a3d8483a2686979afb9e1ad1d29;hp=45abaa1b5e13702b5f24b17df28dd6cff03a579e;hb=refs%2Fheads%2Fv3-cleanup;hpb=e6a19801e7d0ad53350a396b4a7f3d5762d4fc1a diff --git a/Makefile.am b/Makefile.am index 45abaa1b..01005985 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,19 @@ # Makefile.am for top level of netatalk package -SUBDIRS = libatalk bin config etc man contrib distrib include sys doc macros test +if USE_BUILTIN_LIBEVENT +SUBDIRS = libevent libatalk bin config etc man contrib distrib include doc macros test +else +SUBDIRS = libatalk bin config etc man contrib distrib include doc macros test +endif -EXTRA_DIST = CONTRIBUTORS COPYRIGHT COPYING NEWS\ - TODO VERSION services.atalk +EXTRA_DIST = CONTRIBUTORS COPYRIGHT COPYING NEWS VERSION ACLOCAL_AMFLAGS = -I macros AUTOMAKE_OPTIONS = foreign +if RUN_LDCONFIG +install-exec-hook: + @printf "Running ldconfig to ensure libraries installed in system library directories are added to the dynamic linker cache ... " + @-@NETA_LDCONFIG@ + @printf "done\n" +endif