diff options
Diffstat (limited to 'ibus/Makefile.am')
| -rw-r--r-- | ibus/Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ibus/Makefile.am b/ibus/Makefile.am index 43b9121..fba01c6 100644 --- a/ibus/Makefile.am +++ b/ibus/Makefile.am @@ -28,10 +28,11 @@ ibus_PYTHON = \ attribute.py \ common.py \ bus.py \ + inputcontext.py \ engine.py \ exception.py \ factory.py \ - gtk.py \ + _gtk.py \ __init__.py \ keysyms.py \ lang.py \ @@ -41,6 +42,11 @@ ibus_PYTHON = \ panel.py \ notifications.py \ property.py \ + serializable.py \ + text.py \ + component.py \ + enginedesc.py \ + observedpath.py \ utility.py \ config.py \ _config.py \ |
