Use AM_CPPFLAGS instead of deprecated INCLUDES.

This commit is contained in:
Simon Josefsson
2008-11-21 14:34:03 +00:00
parent 8c8ba3bc20
commit 1f015d72b1
2 changed files with 3 additions and 4 deletions

View File

@@ -12,6 +12,5 @@ noinst_PROGRAMS = ssh2 \
# 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
AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/include -I$(top_builddir)/src
LDADD = $(top_builddir)/src/libssh2.la