From 7f97c7ea9ade36bab817aca9eeee5c5177550127 Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Mon, 14 May 2018 10:30:20 +0100 Subject: build: Don't generate symlinks in include/ dir As we start refactoring the code to break dependencies (see doc/refactoring.txt), I want us to use full paths in the includes (eg, #include "base/data-struct/list.h"). This makes it more obvious when we're breaking abstraction boundaries, eg, including a file in metadata/ from base/ --- doc/example_cmdlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/example_cmdlib.c b/doc/example_cmdlib.c index 66e353267..ec5e028bd 100644 --- a/doc/example_cmdlib.c +++ b/doc/example_cmdlib.c @@ -12,7 +12,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "lvm2cmd.h" +#include "tools/lvm2cmd.h" #include /* All output gets passed to this function line-by-line */ -- cgit v1.2.1