diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2016-12-16 08:11:37 +0100 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2017-01-23 21:52:44 +0100 |
commit | af2567b646a9bdf22c3f47caeedc8f2de1dac81c (patch) | |
tree | 776cfcdf2ed5be4069bec6bff51aa6f428c026d9 /lib/Makefile.am | |
parent | grammar_sandbox: add .dot file writing capability (diff) | |
download | frr-af2567b646a9bdf22c3f47caeedc8f2de1dac81c.tar.xz frr-af2567b646a9bdf22c3f47caeedc8f2de1dac81c.zip |
grammar_sandbox: add into daemons if DEV_BUILD
Also adds "grammar access <node>" to test/dump an existing command node
(e.g. BGP_NODE).
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index f2c076c47..b04872067 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -26,6 +26,7 @@ libzebra_la_SOURCES = \ imsg-buffer.c imsg.c skiplist.c \ qobj.c wheel.c \ event_counter.c \ + grammar_sandbox.c \ strlcpy.c \ strlcat.c @@ -53,7 +54,7 @@ noinst_HEADERS = \ noinst_PROGRAMS = grammar_sandbox -grammar_sandbox_SOURCES = grammar_sandbox.c +grammar_sandbox_SOURCES = grammar_sandbox_main.c grammar_sandbox_LDADD = libzebra.la EXTRA_DIST = \ |