75ceed5776
1 - let libssh2 compile with OpenSSL 0.9.6b. This is due to 'crypt' is found in one of its header files and EVP_MAX_BLOCK_LENGTH not being found. 2 - The EXEEXT patch is because automake 1.7 doesn't support it, and recent automakes add it automatically
8 lines
152 B
Makefile
8 lines
152 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
AM_LDFLAGS = -no-install
|
|
LDADD = ../src/libssh2.la
|
|
|
|
ctests = simple
|
|
TESTS = $(ctests)
|
|
check_PROGRAMS = $(ctests)
|