diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index f969e78a5a..277f774562 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -2522,6 +2522,7 @@ lib_lyx2lyx_files = Split(''' lyx_1_4.py lyx_1_5.py lyx_1_6.py + lyx_2_0.py parser_tools.py profiling.py test_parser_tools.py diff --git a/lib/lyx2lyx/Makefile.am b/lib/lyx2lyx/Makefile.am index b499a5d541..933acfd2ef 100644 --- a/lib/lyx2lyx/Makefile.am +++ b/lib/lyx2lyx/Makefile.am @@ -28,6 +28,7 @@ dist_lyx2lyx_PYTHON = \ lyx_1_4.py \ lyx_1_5.py \ lyx_1_6.py \ + lyx_2_0.py \ profiling.py \ test_parser_tools.py