diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2016-12-20 18:10:30 +0100 | 
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2016-12-20 18:18:44 +0100 | 
| commit | ae435b1972ab95b647e816da6a2dbb9951628218 (patch) | |
| tree | 157435d20e9a8170d1477c5db58cd1f90f1b5f1c /lib/version.h.in | |
| parent | 3bd82ffb70f1a18d2a2cddeb91101c183176a0fa (diff) | |
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.in | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/version.h.in b/lib/version.h.in index c41d44e0a4..adc8278189 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  | 
