1
1

* 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
Этот коммит содержится в:
Laurent Bigonville 2007-07-31 19:36:40 +00:00
родитель 70a95fbe0e
Коммит 55f3b2d7a8

Просмотреть файл

@ -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