diff options
| author | David Lamparter <equinox@diac24.net> | 2020-04-30 21:33:58 +0200 | 
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2021-02-23 16:56:58 +0100 | 
| commit | 36a8fdfd74c82103055e097296ee03363adfa06d (patch) | |
| tree | 3c42f5cc2b14e726a8270fb17470d1be2419ee2a /Makefile.am | |
| parent | 5609b3af497c44d980aad2bc7d6332dedd7974e7 (diff) | |
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.am | 8 | 
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 90c8407010..bb8e97a115 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 \  | 
