diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2017-07-31 22:05:56 +0200 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2017-07-31 23:03:30 +0200 |
commit | 53d93be147de81b6efbaff0eecfbff076e1f02ca (patch) | |
tree | 4ef15af856ab7b2e771ae3c08646bfd596cbe495 /python | |
parent | protobuf: fix build (diff) | |
download | frr-53d93be147de81b6efbaff0eecfbff076e1f02ca.tar.xz frr-53d93be147de81b6efbaff0eecfbff076e1f02ca.zip |
build: non-recursive auxiliary directories
Flatten {m4,pkgsrc,python,redhat,snapcraft}/Makefile.am into the main
one.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/python/Makefile.am b/python/Makefile.am deleted file mode 100644 index 4ad1e36b5..000000000 --- a/python/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ -EXTRA_DIST = \ - clidef.py \ - clippy/__init__.py |