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
Этот коммит содержится в:
родитель
93af231d14
Коммит
70a95fbe0e
@ -8,9 +8,6 @@ noinst_PROGRAMS = samplesshd samplessh
|
||||
|
||||
noinst_DATA = samplesftp doxygen
|
||||
|
||||
libsshdir = $(includedir)/libssh
|
||||
libssh_HEADERS = config.h
|
||||
|
||||
samplessh_SOURCES = sample.c
|
||||
|
||||
samplesshd_SOURCES = samplesshd.c
|
||||
|
@ -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
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user