ssh2/tests/Makefile.am
Simon Josefsson af00ce242e Remove -no-install since it breaks Darwin builds (probably a libtool
bug), report from Daniel Johnson <daniel@daniel-johnson.org>.
2007-03-27 15:35:37 +00:00

7 lines
127 B
Makefile

AM_CPPFLAGS = -I$(top_srcdir)/include
LDADD = ../src/libssh2.la
ctests = simple
TESTS = $(ctests)
check_PROGRAMS = $(ctests)