]> arthur.barton.de Git - netatalk.git/blobdiff - Makefile.am
Pass name to afp_config_parse and use NULL for processname as test
[netatalk.git] / Makefile.am
index 1203023118901ebe8c00249ef3cc2889222fe104..5ee6b85319979f0c1e7f18a6af8fa32497a0e4a3 100644 (file)
@@ -1,9 +1,19 @@
 # Makefile.am for top level of netatalk package
 
-SUBDIRS = libatalk bin config etc man contrib distrib include sys doc macros test
+SUBDIRS = libatalk libevent bin config etc man contrib distrib include doc macros test
 
 EXTRA_DIST = CONTRIBUTORS COPYRIGHT COPYING NEWS VERSION services.atalk
 
 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