From 34f37afbf53ca58ec1ae4aff757f8cb5b73f84dc Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 28 Nov 2011 02:26:45 -0600 Subject: Fix FTBFS --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 -- cgit v1.2.1