X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=bin%2FMakefile.am;h=7c633f748f409ed1fecf5ba637ebfa75d7ce572b;hp=bd2db832f56ee858931a8d2103367032f6133150;hb=4154fadfff6f694afacd713e73fbc2b2ce5a5710;hpb=678edc93bd3769252781754e12c7feb22bdf5bf8 diff --git a/bin/Makefile.am b/bin/Makefile.am index bd2db832..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 +SUBDIRS = adv1tov2 afppasswd cnid megatron uniconv misc + +if USE_APPLETALK +SUBDIRS += aecho getzones nbp pap psorder +endif + +if HAVE_ATFUNCS +SUBDIRS += ad +endif