From 125b13c1760df7ad557d0d5462b39c7f092e2f3b Mon Sep 17 00:00:00 2001 From: tpearson Date: Tue, 20 Sep 2011 07:20:27 +0000 Subject: [PATCH] Deactivate the new smartauthmon C++ file by default git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/smartcardauth@1254557 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Makefile b/src/Makefile index cd28008..e5f9a26 100644 --- a/src/Makefile +++ b/src/Makefile @@ -9,14 +9,14 @@ xmalloc.o: xmalloc.c messages.o: messages.c gcc messages.c -c -smartauthmon.o: smartauthmon.cpp - g++ -I/usr/include/tqt -I/usr/include/qt3 smartauthmon.cpp -c +#smartauthmon.o: smartauthmon.cpp +# g++ -I/usr/include/tqt -I/usr/include/qt3 smartauthmon.cpp -c ckpasswd: ckpasswd.o gcc ckpasswd.o xmalloc.o messages.o -o ckpasswd -lpam -lcrypt -ckpasswd: smartauthmon.o - gcc smartauthmon.o -o smartauthmon -ltqt +#ckpasswd: smartauthmon.o +# gcc smartauthmon.o -o smartauthmon -ltqt clean: rm -f ckpasswd.o xmalloc.o messages.o ckpasswd