diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2017-05-11 15:36:04 +0200 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2017-06-14 19:29:26 +0200 |
commit | 5578a14d949d89e25ec3e6136158603049e5a2dd (patch) | |
tree | fc1df6006271fb7f73cf8802c4022b266e0344b1 /Makefile.am | |
parent | lib: clippy the assistant (diff) | |
download | frr-5578a14d949d89e25ec3e6136158603049e5a2dd.tar.xz frr-5578a14d949d89e25ec3e6136158603049e5a2dd.zip |
python: clidef.py
Adds "DEFPY()" which invokes an additional layer of preprocessing, so
that we get pre-parsed and named function arguments for the CLI.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6d787e3c6..d18837c08 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,7 +9,9 @@ SUBDIRS = lib qpb fpm @ZEBRA@ @LIBRFP@ @RFPTEST@ \ DIST_SUBDIRS = lib qpb fpm zebra bgpd ripd ripngd ospfd ospf6d ldpd \ isisd watchfrr vtysh ospfclient doc m4 pkgsrc redhat tests \ solaris pimd nhrpd eigrpd @LIBRFP@ @RFPTEST@ tools snapcraft \ - babeld + babeld \ + python \ + # end EXTRA_DIST = aclocal.m4 SERVICES REPORTING-BUGS \ update-autotools \ |