diff --git a/src/Editors/Makefile.am b/src/Editors/Makefile.am index 8d4227306..45fce692a 100644 --- a/src/Editors/Makefile.am +++ b/src/Editors/Makefile.am @@ -30,7 +30,8 @@ pkgdata_PYTHON = \ _EditSource.py \ _EditSourceRef.py \ _EditNote.py \ - _EditUrl.py + _EditUrl.py \ + _StyledTextBuffer.py pkgpyexecdir = @pkgpyexecdir@/Editors pkgpythondir = @pkgpythondir@/Editors diff --git a/src/gen/lib/Makefile.am b/src/gen/lib/Makefile.am index 292138b93..d8d51074b 100644 --- a/src/gen/lib/Makefile.am +++ b/src/gen/lib/Makefile.am @@ -57,6 +57,9 @@ pkgdata_PYTHON = \ srcnote.py \ src.py \ srcref.py \ + styledtext.py \ + styledtexttag.py \ + styledtexttagtype.py \ urlbase.py \ url.py \ urltype.py \