]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/Makefile
CHG: removed the linking to radixsort.c
[proxmark3-svn] / client / Makefile
index 616a2a7446d6cd5e4e6007922b8a37e2e0141fd2..3f1d13ed93836fc7f08fff30c65242b0f0328583 100644 (file)
@@ -58,6 +58,7 @@ else
     CXXFLAGS = $(shell pkg-config --cflags QtCore QtGui 2>/dev/null) -Wall -O3
     QTLDLIBS = $(shell pkg-config --libs QtCore QtGui 2>/dev/null)
     LUALIB +=  -ldl
+    LDLIBS +=  -ltermcap -lncurses
     MOC = $(shell pkg-config --variable=moc_location QtCore)
     # Below is a variant you can use if you have problems compiling with QT5 on ubuntu. see http://www.proxmark.org/forum/viewtopic.php?id=1661 for more info. 
     #MOC = /usr/lib/x86_64-linux-gnu/qt4/bin/moc
@@ -77,7 +78,8 @@ CORESRCS =    uart.c \
                sleep.c
 
 
-CMDSRCS =      nonce2key/crapto1.c \
+CMDSRCS =      mifarehost.c \
+                       nonce2key/crapto1.c \
                        nonce2key/crypto1.c \
                        nonce2key/nonce2key.c \
                        nonce2key/crypto1_bs.c \
@@ -87,7 +89,6 @@ CMDSRCS =     nonce2key/crapto1.c \
                        loclass/ikeys.c \
                        loclass/elite_crack.c \
                        loclass/fileutils.c \
-                       mifarehost.c \
                        parity.c \
                        crc.c \
                        crc16.c \
@@ -147,8 +148,9 @@ CMDSRCS =   nonce2key/crapto1.c \
                        reveng/getopt.c \
                        tea.c \
                        prng.c \
-                       radixsort.c \
                        bucketsort.c
+#                      radixsort.c \
+
                
 ZLIBSRCS = deflate.c adler32.c trees.c zutil.c inflate.c inffast.c inftrees.c
 ZLIB_FLAGS = -DZ_SOLO -DZ_PREFIX -DNO_GZIP -DZLIB_PM3_TUNED 
Impressum, Datenschutz