X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=pyatspi%2FMakefile.am;h=0520b3884dd0ace9791021cbd3e0b9f63af9384c;hb=1acf082d6062c7d9042ded6ba0b7c957341913f5;hp=c204ab443c87dc27e4ef44b79654020a0fb10727;hpb=4fa2468b30a7e02ecd52e3217903a01ebadfa8e6;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/pyatspi/Makefile.am b/pyatspi/Makefile.am index c204ab4..0520b38 100644 --- a/pyatspi/Makefile.am +++ b/pyatspi/Makefile.am @@ -2,14 +2,16 @@ pyatspidir = $(pythondir)/pyatspi pyatspi_PYTHON = \ Accessibility.py \ accessible.py \ + accessiblecache.py \ action.py \ application.py \ + applicationcache.py \ base.py \ - cache.py \ collection.py \ component.py \ constants.py \ desktop.py \ + deviceevent.py \ document.py \ editabletext.py \ event.py \ @@ -28,7 +30,6 @@ pyatspi_PYTHON = \ state.py \ streamablecontent.py \ table.py \ - test.py \ text.py \ utils.py \ value.py