X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=Makefile.am;h=5ee6b85319979f0c1e7f18a6af8fa32497a0e4a3;hp=1203023118901ebe8c00249ef3cc2889222fe104;hb=c68133999a8dc7839efe0280366b2ab871210ef8;hpb=99080678c43ac3ebf2076598884a3e472697fe6b diff --git a/Makefile.am b/Makefile.am index 12030231..5ee6b853 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 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