Changes to compile on Linux.
GNU make wanted `VPATH` set so that it could find the source files. GNU ld complained about missing `-fPIC` for the object files being linked into a shared library, so added that too.
Please register or sign in to comment