diff options
Diffstat (limited to 'vrt/lib/Makefile.am')
-rw-r--r-- | vrt/lib/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/vrt/lib/Makefile.am b/vrt/lib/Makefile.am index 3a758eeac..f2fcce0c6 100644 --- a/vrt/lib/Makefile.am +++ b/vrt/lib/Makefile.am @@ -42,9 +42,11 @@ libvrt_la_LIBADD = noinst_HEADERS = \ data_handler.h \ expanded_header_cw_tables.h \ - expanded_header_switch_body.h \ + expanded_header_parse_switch_body.h \ + expanded_header_unparse_switch_body.h \ socket_rx_buffer.h EXTRA_DIST = \ gen_cw_tables.py \ - gen_switch_body.py + gen_parse_switch_body.py \ + gen_unparse_switch_body.py |