diff options
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 4ffa963..97f137d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -3,7 +3,7 @@ DISTCLEANFILES = EXTRA_DIST = TESTS = \ - test-pyhoca-wrapper + test-x2go-wrapper check_PROGRAMS = \ test-x2go-auth \ @@ -47,7 +47,7 @@ test_pyhoca_wrapper_SOURCES = \ test-x2go-wrapper.cc test_pyhoca_wrapper_LDADD = \ - $(top_builddir)/src/libx2gocore.la \ + $(top_builddir)/src/libssh.la \ libgtest.a test_pyhoca_wrapper_CXXFLAGS = \ |