summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-28 02:26:45 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-28 02:26:45 -0600
commit34f37afbf53ca58ec1ae4aff757f8cb5b73f84dc (patch)
treef61dd03700634527a7fc771010f8ee0b04a2b56e /src
parentd5a9c92ea35b1da91fab92070e69623ab67924c5 (diff)
downloadsmartcardauth-34f37afbf53ca58ec1ae4aff757f8cb5b73f84dc.tar.gz
smartcardauth-34f37afbf53ca58ec1ae4aff757f8cb5b73f84dc.zip
Fix FTBFS
Diffstat (limited to 'src')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 6d47bcc..a1a16ea 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -13,13 +13,13 @@ messages.o: messages.c
gcc messages.c -c
smartauthmon.o: smartauthmon.cpp
- g++ -I/usr/include/tqt -I/usr/include/qt3 smartauthmon.cpp -c
+ g++ -I/usr/include/tqt -I/usr/include/qt3 -I/usr/include/tqt3 smartauthmon.cpp -c
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 -lqt-mt -ltqt -lpam -lcrypt
+ gcc smartauthmon.o ckpass.o xmalloc.o messages.o -o smartauthmon -ltqt -lpam -lcrypt --allow-shlib-undefined
clean:
rm -f ckpasswd.o xmalloc.o messages.o ckpasswd