summaryrefslogtreecommitdiff
path: root/lib/version.h.in
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2021-04-21 11:19:39 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2021-04-21 15:42:33 +0200
commit09781197b60f60afc3be62f3329d8c97623fc346 (patch)
treef79373707cb3b8f25c4519178151f4581ab6fb38 /lib/version.h.in
parent9219708b1392769bb760eb96aefa39aefa03b282 (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 'lib/version.h.in')
-rw-r--r--lib/version.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/version.h.in b/lib/version.h.in
index d535d131c8..5078f3ad6e 100644
--- a/lib/version.h.in
+++ b/lib/version.h.in
@@ -25,7 +25,7 @@
#define _ZEBRA_VERSION_H
#ifdef GIT_VERSION
-#include "gitversion.h"
+#include "lib/gitversion.h"
#endif
#ifdef __cplusplus