Autoconf's configure.ac file points AC_CONFIG_SRCDIR to src/ but the source code has been recently moved to usbfluxd/.
I fixed the compilation errors creating a symlink, but I guess is more appropriate to change AC_CONFIG_SRCDIR and the various hardcoded paths (in makedmg.sh, Xcode project, etc) accordingly.
Autoconf's configure.ac file points
AC_CONFIG_SRCDIR
tosrc/
but the source code has been recently moved tousbfluxd/
.I fixed the compilation errors creating a symlink, but I guess is more appropriate to change
AC_CONFIG_SRCDIR
and the various hardcoded paths (in makedmg.sh, Xcode project, etc) accordingly.