nfc-tools / mfcuk

MiFare Classic Universal toolKit (MFCUK)
GNU General Public License v2.0
954 stars 226 forks source link

LIBS = $(LIBNFC_LIBS) in Makefiles mfcuk installation #37

Open axiomatico opened 8 years ago

axiomatico commented 8 years ago

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?