X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=Makefile.am;h=4d714f2de666a4451205a3f4bf7657e29334a0bb;hb=cfe0ff4f9fd8f99085a4d6aefc4615f2b1ad23df;hp=5ee6b85319979f0c1e7f18a6af8fa32497a0e4a3;hpb=33c70ce1349f3e7fcbc5776785f34f3bd89f1d92;p=netatalk.git diff --git a/Makefile.am b/Makefile.am index 5ee6b853..4d714f2d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,16 +1,16 @@ # Makefile.am for top level of netatalk package -SUBDIRS = libatalk libevent 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 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 ... "