1
1

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
Этот коммит содержится в:
Daniel Stenberg 2008-11-11 22:33:26 +00:00
родитель e45bddb9fd
Коммит 8e8dc43b0c

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

@ -10,6 +10,8 @@ noinst_PROGRAMS = ssh2 \
sftp_RW_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