X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=bin%2FMakefile.am;h=7c633f748f409ed1fecf5ba637ebfa75d7ce572b;hb=0f446939144157bb2c7e5ef2b4158b994fc8ce68;hp=d23a5e5e2dd8af358672e56ec114c0af66a70f5e;hpb=7b6ca5178b1dd7e1fd9c121bfb80aa2a676c9a4c;p=netatalk.git diff --git a/bin/Makefile.am b/bin/Makefile.am index d23a5e5e..7c633f74 100644 --- a/bin/Makefile.am +++ b/bin/Makefile.am @@ -1,3 +1,11 @@ # Makefile.am for bin/ -SUBDIRS = adv1tov2 aecho afile afppasswd cnid getzones megatron nbp pap psorder uniconv misc +SUBDIRS = adv1tov2 afppasswd cnid megatron uniconv misc + +if USE_APPLETALK +SUBDIRS += aecho getzones nbp pap psorder +endif + +if HAVE_ATFUNCS +SUBDIRS += ad +endif