mfcuk
mfcuk copied to clipboard
LIBS = $(LIBNFC_LIBS) in Makefiles mfcuk installation
I read in some Mfcuk installation:
autoreconf -vis
automake --add-missing
autoconf
./configure
Now open the Makefiles in /mfcuk-read-only & /mfcuk-read-only/src and search for the line LIBS =
.Replace it with:
LIBS = $(LIBNFC_LIBS)
Is this last step of edit Makefiles really required in new versions of mfcuk installation?