diff --git a/src/Makefile b/src/Makefile index cd28008..e5f9a26 100644 --- a/src/Makefile +++ b/src/Makefile @@ -9,14 +9,14 @@ xmalloc.o: xmalloc.c messages.o: messages.c gcc messages.c -c -smartauthmon.o: smartauthmon.cpp - g++ -I/usr/include/tqt -I/usr/include/qt3 smartauthmon.cpp -c +#smartauthmon.o: smartauthmon.cpp +# g++ -I/usr/include/tqt -I/usr/include/qt3 smartauthmon.cpp -c ckpasswd: ckpasswd.o gcc ckpasswd.o xmalloc.o messages.o -o ckpasswd -lpam -lcrypt -ckpasswd: smartauthmon.o - gcc smartauthmon.o -o smartauthmon -ltqt +#ckpasswd: smartauthmon.o +# gcc smartauthmon.o -o smartauthmon -ltqt clean: rm -f ckpasswd.o xmalloc.o messages.o ckpasswd