Fix FTBFS on oneiric

Note that this now only compiles on native TQt3
pull/2/head
Timothy Pearson 13 years ago
parent 1c060e3f8f
commit 09ae4ac7bd

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

Loading…
Cancel
Save