diff --git a/configure.ac b/configure.ac index 0a97039e3..06286c500 100644 --- a/configure.ac +++ b/configure.ac @@ -1801,7 +1801,7 @@ if test "x$ENABLE_servers_nq" = xyes; then QF_NEED(nq, [common server]) fi if test "x$ENABLE_servers_qtv" = xyes; then - QTV_TARGETS="qtv $QTV_TARGETS" + QTV_TARGETS="qtv\$(EXEEXT) $QTV_TARGETS" SV_TARGETS="$SV_TARGETS qtv" # QF_NEED(qtv, [common server]) fi