X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=Makefile.am;h=4d714f2de666a4451205a3f4bf7657e29334a0bb;hp=1679f9dd453d75df6ee8bd4bf23c5e2a05c35843;hb=3a84db87064922ad10ac10cc1d6833380e575995;hpb=ecfc96169ab669b578e53fa8e13592934fe37788 diff --git a/Makefile.am b/Makefile.am index 1679f9dd..4d714f2d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,19 @@ # Makefile.am for top level of netatalk package -SUBDIRS = libatalk bin config etc man contrib distrib include sys doc macros +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\ - TODO 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