On Saturday 2020-08-29 22:41, Jeremy Sowden wrote: >Because extensions/Makefile.am does not contain a `SUBDIRS` variable >listing extensions/ACCOUNT and extensions/pknock, when `make distclean` >is run, make does not recurse into them. Add a `distclean-local` target >to extensions/Makefile.am to fix this. I find it suspicious that the userspace tools are not even built. Therefore, I just added those directories to SUBDIRS. This should conveniently also cure the need for an extra call to distcleaning.