fix the include path to also point out the build dir's src/ dir for the cases
where we build the lot outside of the source dir
Этот коммит содержится в:
родитель
e45bddb9fd
Коммит
8e8dc43b0c
@ -10,6 +10,8 @@ noinst_PROGRAMS = ssh2 \
|
|||||||
sftp_RW_nonblock \
|
sftp_RW_nonblock \
|
||||||
sftpdir sftpdir_nonblock
|
sftpdir sftpdir_nonblock
|
||||||
|
|
||||||
INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/include
|
# the examples need the $(top_builddir)/src since when building outside of the
|
||||||
|
# source dir they still need to reach the libssh2_config.h header
|
||||||
|
INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/include -I$(top_builddir)/src
|
||||||
LDADD = $(top_builddir)/src/libssh2.la
|
LDADD = $(top_builddir)/src/libssh2.la
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user