X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=Makefile.am;h=4d714f2de666a4451205a3f4bf7657e29334a0bb;hb=d3a2fc69003a058c0dceb86ade8ee814e54aa807;hp=b40b6d0c728a6cefa10701a3f6f10098095b412b;hpb=6d60f95c388da5f8f901d67e0018cf4896e6c6dc;p=netatalk.git diff --git a/Makefile.am b/Makefile.am index b40b6d0c..4d714f2d 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 doc macros test +if USE_BUILTIN_LIBEVENT +SUBDIRS = libevent include libatalk bin config etc contrib distrib doc man macros test +else +SUBDIRS = include libatalk bin config etc contrib distrib doc man 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