Regular "make" doesn't actually make the pam_slurm_adopt.so. Make install installs a bunch of extra stuff (including a static lib that doesn't do anything). We'd like to just manually copy the .so into the correct place in our compute node image, without first having to "install" it on a traditional system. Is this possible without hacking on the build system?