Add 'src' dir to global include path
authorMichael Jeanson <mjeanson@efficios.com>
Fri, 2 Apr 2021 15:47:52 +0000 (11:47 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 9 Apr 2021 15:39:45 +0000 (11:39 -0400)
commit74e79a0da99992c182da26abf45447722eaa400d
treea3be2b751bbc0add680f4299dd8546f7818fb0e3
parent9d4c8b2d907edb9ebc9bfde55602598e7ba0832e
Add 'src' dir to global include path

The objective is to move internal headers from the global 'include'
directory to their respective private directories under 'src'.

Move the private generated 'config.h' to 'src/common/config.h', this way
it can be include with 'common/config.h' and reduce the risk of clashing
with a similarly named file.

This is part of an effort to standardize our autotools setup across
projects to simplify maintenance.

Change-Id: Ie62a81e46458bffb6d31af66411865f23cf1cb4f
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
.gitignore
configure.ac
doc/examples/Makefile.am
src/common/.placeholder [new file with mode: 0644]
This page took 0.025236 seconds and 4 git commands to generate.