X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.am;h=36a8c3cd3be5fcf8058916014c59682d6cf5a9af;hb=2311c1e2f37a20e67782624e386093d6eaa6373c;hp=ca880fffe619be3808c59005cc4780b9b1dd4d9c;hpb=8738d9b90a40334ba92e889ca3818de3ea42de8b;p=netatalk.git diff --git a/Makefile.am b/Makefile.am index ca880fff..36a8c3cd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,19 @@ # Makefile.am for top level of netatalk package -SUBDIRS = libatalk libevent bin config etc man contrib distrib include 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