summaryrefslogtreecommitdiffstats
path: root/lib/version.h.in
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2016-12-20 18:10:30 +0100
committerDavid Lamparter <equinox@opensourcerouting.org>2016-12-20 18:18:44 +0100
commitae435b1972ab95b647e816da6a2dbb9951628218 (patch)
tree157435d20e9a8170d1477c5db58cd1f90f1b5f1c /lib/version.h.in
parentbuild: remove INSTALL.quagga.txt (diff)
downloadfrr-ae435b1972ab95b647e816da6a2dbb9951628218.tar.xz
frr-ae435b1972ab95b647e816da6a2dbb9951628218.zip
build: replace some hardcoding with ./configure
Several places have paths and names that can change hardcoded, e.g. the package name and the /var/run path. This fixes a few of them, there's still some to do. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/version.h.in')
-rw-r--r--lib/version.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/version.h.in b/lib/version.h.in
index c41d44e0a..adc827818 100644
--- a/lib/version.h.in
+++ b/lib/version.h.in
@@ -37,6 +37,7 @@
#define FRR_PAM_NAME "@PACKAGE_NAME@"
#define FRR_SMUX_NAME "@PACKAGE_NAME@"
+#define FRR_PTM_NAME "@PACKAGE_NAME@"
#define FRR_FULL_NAME "FreeRangeRouting"
#define FRR_VERSION "@PACKAGE_VERSION@" GIT_SUFFIX