diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2017-03-09 19:00:19 +0100 |
---|---|---|
committer | Christian Franke <chris@opensourcerouting.org> | 2017-03-28 19:18:42 +0200 |
commit | 8efe88eacfcbffcefd274238105b932dff76803a (patch) | |
tree | e39da13452c6573f36dce8da6c64612b0565390c /Makefile.am | |
parent | Merge pull request #277 from donaldsharp/proto-dev-build (diff) | |
download | frr-8efe88eacfcbffcefd274238105b932dff76803a.tar.xz frr-8efe88eacfcbffcefd274238105b932dff76803a.zip |
*: track version & "defaults" in configs
[CF]: Move default name to autoconf and update tests
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 63dedeac0..3e73bd0cd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,3 +16,5 @@ EXTRA_DIST = aclocal.m4 SERVICES REPORTING-BUGS \ tools/zebra.el tools/multiple-bgpd.sh ACLOCAL_AMFLAGS = -I m4 + +noinst_HEADERS = defaults.h |