diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-17 06:57:59 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-17 06:57:59 +0000 |
commit | 2be53f6862b8fea535fa441c17cd67c234af8c1e (patch) | |
tree | 8640ab1c98c1db61cbcb02c4164ca5ce0c8896bd /src | |
parent | 7358410ead8c3d278fc2a93fca5c6a0f02c5cc33 (diff) | |
download | smartcardauth-2be53f6862b8fea535fa441c17cd67c234af8c1e.tar.gz smartcardauth-2be53f6862b8fea535fa441c17cd67c234af8c1e.zip |
Fix smartcardauth FTBFS under oneiric
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/smartcardauth@1259275 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 0539c5c..6d47bcc 100644 --- a/src/Makefile +++ b/src/Makefile @@ -19,7 +19,7 @@ ckpasswd: ckpasswd.o gcc ckpasswd.o xmalloc.o messages.o -o ckpasswd -lpam -lcrypt smartauthmon: smartauthmon.o ckpass.o - gcc smartauthmon.o ckpass.o xmalloc.o messages.o -o smartauthmon -ltqt -lpam -lcrypt + gcc smartauthmon.o ckpass.o xmalloc.o messages.o -o smartauthmon -lqt-mt -ltqt -lpam -lcrypt clean: rm -f ckpasswd.o xmalloc.o messages.o ckpasswd |