diff --git a/retroshare-nogui/src/retroshare-nogui.pro b/retroshare-nogui/src/retroshare-nogui.pro index 97a0facd7..5a8dc38ec 100644 --- a/retroshare-nogui/src/retroshare-nogui.pro +++ b/retroshare-nogui/src/retroshare-nogui.pro @@ -141,7 +141,7 @@ introserver { sshserver { - LIBSSH_DIR = ../../../libssh-0.5.2 + LIBSSH_DIR = ../../../../libssh-0.5.2 # This Requires libssh-0.5.* to compile. # Modify path below to point at it. @@ -164,10 +164,10 @@ sshserver { } INCLUDEPATH += $$LIBSSH_DIR/include/ - #LIBS += $$LIBSSH_DIR/build/src/libssh.a - #LIBS += $$LIBSSH_DIR/build/src/threads/libssh_threads.a - LIBS += -lssh - LIBS += -lssh_threads + LIBS += $$LIBSSH_DIR/build/src/libssh.a + LIBS += $$LIBSSH_DIR/build/src/threads/libssh_threads.a + #LIBS += -lssh + #LIBS += -lssh_threads HEADERS += ssh/rssshd.h SOURCES += ssh/rssshd.cc