]> arthur.barton.de Git - netatalk.git/blobdiff - Makefile.am
fce: afpd: missing includes and fix SIGCLD handler argument list
[netatalk.git] / Makefile.am
index 4fdb7162e25fe1f5e6381379d40d6dddcecf0974..d52633f7737b9e2b30994fdd9c1acee4df2aadff 100644 (file)
@@ -1,16 +1,16 @@
 # Makefile.am for top level of netatalk package
 
-SUBDIRS = libatalk 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
+EXTRA_DIST = CONTRIBUTORS COPYRIGHT COPYING NEWS VERSION abigen.sh
 
 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 ... "