1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-01 11:26:52 +03:00

move config.h installation to include/libssh/Makefile

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@129 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
Laurent Bigonville
2007-07-31 19:22:47 +00:00
parent 93af231d14
commit 70a95fbe0e
2 changed files with 6 additions and 3 deletions

View File

@ -1,2 +1,8 @@
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_srcdir)/config.h ./config.h
DISTCLEANFILES = config.h