corellium / usbfluxd

Redirects the standard usbmuxd socket to allow connections to local and remote usbmuxd instances so remote devices appear connected locally.
GNU General Public License v2.0
352 stars 48 forks source link

Incomplete autoconf's changes for source code dir move: src -> usbfluxd #1

Closed sferrini closed 4 years ago

sferrini commented 4 years ago

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.

cmwdotme commented 4 years ago

Thanks