diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-11-09 20:45:04 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-11-09 20:45:04 +0100 |
commit | dc91556b83dc9f272431dfe721c00a952973188b (patch) | |
tree | 8a497c1307d38bab3156bfb71561543cdcf4b47e | |
parent | a9a228ea6e6d0b8d17c463ad05bbc1b7a9f0c3c5 (diff) | |
download | libpam-x2go-dc91556b83dc9f272431dfe721c00a952973188b.tar.gz libpam-x2go-dc91556b83dc9f272431dfe721c00a952973188b.tar.bz2 libpam-x2go-dc91556b83dc9f272431dfe721c00a952973188b.zip |
try to make the tests look ok...
-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 = \ |