]> arthur.barton.de Git - netatalk.git/blobdiff - Makefile.am
Hide namecache and uuidcache
[netatalk.git] / Makefile.am
index ca880fffe619be3808c59005cc4780b9b1dd4d9c..448375a8ca32e6ae1c576ade6563140cb86c1427 100644 (file)
@@ -2,8 +2,18 @@
 
 SUBDIRS = libatalk libevent bin config etc man contrib distrib include doc macros test
 
-EXTRA_DIST = CONTRIBUTORS COPYRIGHT COPYING NEWS VERSION services.atalk
+EXTRA_DIST = CONTRIBUTORS COPYRIGHT COPYING NEWS VERSION
 
 ACLOCAL_AMFLAGS = -I macros
 AUTOMAKE_OPTIONS = foreign
 
+if USE_BUILTIN_LIBEVENT
+       SUBDIRS += libevent
+endif
+
+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