X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.am;h=0100598597364a3d8483a2686979afb9e1ad1d29;hb=b5dfea886c4b3177c5506f3d694f149ee51a8e3e;hp=646503575ec6d7253d5e31fa56abe4a6d7b0f214;hpb=fba561856ad63848a0e8860196d3d8d3fd0dd9bc;p=netatalk.git diff --git a/Makefile.am b/Makefile.am index 64650357..01005985 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,19 @@ # Makefile.am for top level of netatalk package -# libevent should be first -SUBDIRS = libevent 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 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