mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-05 12:50:30 +09:00
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@130 7dcaeef0-15fb-0310-b436-a5af3365683c
9 lines
227 B
Makefile
9 lines
227 B
Makefile
libsshdir = $(includedir)/libssh
|
|
libssh_HEADERS = crypto.h libssh.h priv.h server.h sftp.h ssh1.h ssh2.h
|
|
nodist_libssh_HEADERS = config.h
|
|
|
|
config.h:
|
|
$(LN_S) $(top_builddir)/config.h ./config.h
|
|
|
|
DISTCLEANFILES = config.h
|