X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=Makefile.am;h=d52633f7737b9e2b30994fdd9c1acee4df2aadff;hp=b40b6d0c728a6cefa10701a3f6f10098095b412b;hb=ecd03a4abf6872a55c803599452d9b0bd31da554;hpb=cdb7047fb6897c1ad8b4ac264001d44154bf144d diff --git a/Makefile.am b/Makefile.am index b40b6d0c..d52633f7 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 abigen.sh 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