X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=Makefile.am;h=0100598597364a3d8483a2686979afb9e1ad1d29;hp=5ee6b85319979f0c1e7f18a6af8fa32497a0e4a3;hb=d2da4b77412a33dc2d62c7877e7b331285dadab6;hpb=badb72905d0486e92407c87ff7902ca019164a3a diff --git a/Makefile.am b/Makefile.am index 5ee6b853..01005985 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 libatalk bin config etc man contrib distrib include doc macros test +else +SUBDIRS = libatalk bin config etc man contrib distrib include doc 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 ... "