summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-09-20 07:20:27 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-09-20 07:20:27 +0000
commit125b13c1760df7ad557d0d5462b39c7f092e2f3b (patch)
tree85e274f488ba566143d5ace32931c0c51e10db62 /src
parent3a3ed0cdcd5349969f3aee59a63cabd3439d7292 (diff)
downloadsmartcardauth-125b13c1760df7ad557d0d5462b39c7f092e2f3b.tar.gz
smartcardauth-125b13c1760df7ad557d0d5462b39c7f092e2f3b.zip
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
Diffstat (limited to 'src')
-rw-r--r--src/Makefile8
1 files 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