X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.am;h=36a8c3cd3be5fcf8058916014c59682d6cf5a9af;hb=2311c1e2f37a20e67782624e386093d6eaa6373c;hp=1203023118901ebe8c00249ef3cc2889222fe104;hpb=25ca059b795321076af8d8d422ba6a473ef04cf6;p=netatalk.git diff --git a/Makefile.am b/Makefile.am index 12030231..36a8c3cd 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 +if USE_BUILTIN_LIBEVENT +SUBDIRS = libevent include libatalk bin config etc man contrib distrib doc macros test +else +SUBDIRS = include libatalk bin config etc man contrib distrib doc macros test +endif -EXTRA_DIST = CONTRIBUTORS COPYRIGHT COPYING NEWS 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