summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2015-01-15 22:08:23 +1100
committerDamien Miller <djm@mindrot.org>2015-01-15 22:08:23 +1100
commit45c0fd70bb2a88061319dfff20cb12ef7b1bc47e (patch)
tree3cf28e99eb723d953210e8050bae405b725065a4 /Makefile.in
parentd333f89abf7179021e5c3f28673f469abe032062 (diff)
make bitmap test compile
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 147152059..ebb0c516b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -484,7 +484,7 @@ regress/unittests/sshkey/test_sshkey$(EXEEXT): ${UNITTESTS_TEST_SSHKEY_OBJS} \
484 -lssh -lopenbsd-compat -lssh -lopenbsd-compat $(LIBS) 484 -lssh -lopenbsd-compat -lssh -lopenbsd-compat $(LIBS)
485 485
486UNITTESTS_TEST_BITMAP_OBJS=\ 486UNITTESTS_TEST_BITMAP_OBJS=\
487 regress/unittests/sshkey/tests.o 487 regress/unittests/bitmap/tests.o
488 488
489regress/unittests/sshkey/test_bitmap$(EXEEXT): ${UNITTESTS_TEST_BITMAP_OBJS} \ 489regress/unittests/sshkey/test_bitmap$(EXEEXT): ${UNITTESTS_TEST_BITMAP_OBJS} \
490 regress/unittests/test_helper/libtest_helper.a libssh.a 490 regress/unittests/test_helper/libtest_helper.a libssh.a