]> granicus.if.org Git - libnl/commit
automake: add ${top_builddir}/include to AM_CFLAGS
authorAndreas Bießmann <biessmann@corscience.de>
Thu, 5 Aug 2010 13:19:02 +0000 (15:19 +0200)
committerThomas Graf <tgraf@suug.ch>
Wed, 13 Oct 2010 12:36:09 +0000 (14:36 +0200)
commitcb05bbb0e2d38f41569754e1505c22929537c17e
treec17f463b978fe9e29a606610cf7767ba3f330468
parent706ac94ed523be847f09d04544d379d35263a930
automake: add ${top_builddir}/include to AM_CFLAGS

 This patch enables out-of-source builds like this
  $ cd builddir && src_dir/configure && make

 Before this patch there was an error about missing netlink/version.h which
 is built by automake in top_builddir rather than top_srcdir which is already
 in include search path.

Signed-off-by: Andreas Bießmann <biessmann@corscience.de>
lib/Makefile.am
src/Makefile.am
src/lib/Makefile.am