summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-28 12:05:26 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-28 12:05:26 -0600
commit09ae4ac7bd2d85aff12d7ac2ce5d7ab8400e3e50 (patch)
tree70cbe05c55142189f1e1e928ea5bd34595329675 /src
parent1c060e3f8ff91f97033ec2ed2ed9cd8354eca644 (diff)
downloadsmartcardauth-09ae4ac7bd2d85aff12d7ac2ce5d7ab8400e3e50.tar.gz
smartcardauth-09ae4ac7bd2d85aff12d7ac2ce5d7ab8400e3e50.zip
Fix FTBFS on oneiric
Note that this now only compiles on native TQt3
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index a1a16ea..38a6173 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 --allow-shlib-undefined
+ gcc smartauthmon.o ckpass.o xmalloc.o messages.o -o smartauthmon -ltqt -lpam -lcrypt -ltqt-mt
clean:
rm -f ckpasswd.o xmalloc.o messages.o ckpasswd