commit | c0c19673995d3841f5ffcd508a138a1c68e57ba7 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Nov 04 17:37:27 2016 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Nov 04 17:37:27 2016 -0500 |
tree | 62154fdf29495b7ec588dfbd72c1bf8a7698b80f | |
parent | fdd8ec557e9cb7048af3b63f2b2c3b8bc70fc0cb [diff] |
build: fix out of tree builds The test directory needs -I$(top_srcdir) in order to find the header files provided by the project itself. When doing an in-tree build, this is done automatically by automake due to 'config.h' being generated in the root. Change-Id: I5e59715657684a8019e9c48c835b29eb326f01a8 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To full clean the repository again run ./bootstrap.sh clean
.