summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2020-04-30 21:33:58 +0200
committerDavid Lamparter <equinox@diac24.net>2021-02-23 16:56:58 +0100
commit36a8fdfd74c82103055e097296ee03363adfa06d (patch)
tree3c42f5cc2b14e726a8270fb17470d1be2419ee2a /Makefile.am
parentlib/clippy: add libelf wrapper (diff)
downloadfrr-36a8fdfd74c82103055e097296ee03363adfa06d.tar.xz
frr-36a8fdfd74c82103055e097296ee03363adfa06d.zip
python/xrelfo: the ELF xref extractor
This creates JSON dumps of all the xref structs littered around FRR. Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 90c840701..bb8e97a11 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -187,8 +187,16 @@ EXTRA_DIST += \
\
python/clidef.py \
python/clippy/__init__.py \
+ python/clippy/elf.py \
+ python/clippy/uidhash.py \
python/makevars.py \
python/makefile.py \
+ python/tiabwarfo.py \
+ python/xrelfo.py \
+ python/test_xrelfo.py \
+ python/runtests.py \
+ \
+ python/xrefstructs.json \
\
redhat/frr.logrotate \
redhat/frr.pam \