1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-31 00:03:07 +03:00

* include/libssh/Makefile.am: using top_builddir instead of top_srcdir

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@130 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
Laurent Bigonville
2007-07-31 19:36:40 +00:00
parent 70a95fbe0e
commit 55f3b2d7a8

View File

@ -3,6 +3,6 @@ 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
$(LN_S) $(top_builddir)/config.h ./config.h
DISTCLEANFILES = config.h