]> arthur.barton.de Git - netatalk.git/blobdiff - Makefile.am
Convert to more readable error checking
[netatalk.git] / Makefile.am
index 4cf315dd0d9c1ba4a7a65d64ecfadbd702a2abec..448375a8ca32e6ae1c576ade6563140cb86c1427 100644 (file)
@@ -2,11 +2,15 @@
 
 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 ... "