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