diff options
| author | David Lamparter <equinox@diac24.net> | 2020-04-23 20:01:14 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2020-04-27 09:30:01 +0200 |
| commit | 879a9dc5cdaa4cbf70f7615935466759c82065ff (patch) | |
| tree | 671f3a30661378d761d5614605fae28c909af649 /Makefile.am | |
| parent | 2768748b88f4133d10835255845e64a4e1e365e6 (diff) | |
python: move MakeVars class into separate module
... so I can reuse it.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 6dc8e0d354..2937c28933 100644 --- a/Makefile.am +++ b/Makefile.am @@ -183,6 +183,7 @@ EXTRA_DIST += \ \ python/clidef.py \ python/clippy/__init__.py \ + python/makevars.py \ \ redhat/frr.logrotate \ redhat/frr.pam \ |
