Added the new styled text modules.

* src/gen/lib/Makefile.am
        * src/Editors/Makefile.am


svn: r10460
This commit is contained in:
Kees Bakker 2008-04-03 18:32:29 +00:00
parent dcb6c599a5
commit f3ed8061a2
2 changed files with 5 additions and 1 deletions

View File

@ -30,7 +30,8 @@ pkgdata_PYTHON = \
_EditSource.py \
_EditSourceRef.py \
_EditNote.py \
_EditUrl.py
_EditUrl.py \
_StyledTextBuffer.py
pkgpyexecdir = @pkgpyexecdir@/Editors
pkgpythondir = @pkgpythondir@/Editors

View File

@ -57,6 +57,9 @@ pkgdata_PYTHON = \
srcnote.py \
src.py \
srcref.py \
styledtext.py \
styledtexttag.py \
styledtexttagtype.py \
urlbase.py \
url.py \
urltype.py \