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
v3.5.13-sru
tpearson 13 years ago
parent 3a3ed0cdcd
commit 125b13c176

@ -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

Loading…
Cancel
Save