X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=Makefile.am;h=448375a8ca32e6ae1c576ade6563140cb86c1427;hp=1203023118901ebe8c00249ef3cc2889222fe104;hb=683f401374b7e4206aa1909fc8e211380b2caf6c;hpb=fa3903158f401ef06aaa524059c64f4412c39c7e diff --git a/Makefile.am b/Makefile.am index 12030231..448375a8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,19 @@ # Makefile.am for top level of netatalk package -SUBDIRS = libatalk bin config etc man contrib distrib include sys doc macros test +SUBDIRS = libatalk libevent bin config etc man contrib distrib include doc macros test -EXTRA_DIST = CONTRIBUTORS COPYRIGHT COPYING NEWS VERSION services.atalk +EXTRA_DIST = CONTRIBUTORS COPYRIGHT COPYING NEWS VERSION ACLOCAL_AMFLAGS = -I macros AUTOMAKE_OPTIONS = foreign +if USE_BUILTIN_LIBEVENT + SUBDIRS += libevent +endif + +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