ssh2/Makefile.am

23 lines
474 B
Makefile
Raw Normal View History

SUBDIRS = src example tests docs
include_HEADERS = \
include/libssh2.h \
include/libssh2_publickey.h \
include/libssh2_sftp.h
NETWAREFILES = nw/keepscreen.c \
nw/Makefile \
nw/Makefile.netware \
nw/nwlibc.c \
nw/test/Makefile.netware
EXTRA_DIST = win32 buildconf $(NETWAREFILES) get_ver.awk HACKING
ACLOCAL_AMFLAGS = -I m4
2007-04-13 08:06:15 +02:00
.PHONY: ChangeLog
ChangeLog:
2007-06-18 13:55:41 +02:00
if test -f .cvsusers; then \
cvs2cl --utc --fsf --FSF --usermap .cvsusers -I ChangeLog -I .cvs; \
fi