diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2021-04-21 11:19:39 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2021-04-21 15:42:33 +0200 |
| commit | 09781197b60f60afc3be62f3329d8c97623fc346 (patch) | |
| tree | f79373707cb3b8f25c4519178151f4581ab6fb38 /version.h | |
| parent | 9219708b1392769bb760eb96aefa39aefa03b282 (diff) | |
build: make builddir include path consistent
... by referencing all autogenerated headers relative to the root
directory. (90% of the changes here is `version.h`.)
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'version.h')
| -rw-r--r-- | version.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/version.h b/version.h new file mode 100644 index 0000000000..28e0238dfd --- /dev/null +++ b/version.h @@ -0,0 +1,3 @@ +#include "lib/compiler.h" +CPP_NOTICE("Trying to include version.h. Please fix to use lib/version.h.") +#include "lib/version.h" |
