X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=pyatspi%2FMakefile.am;h=0520b3884dd0ace9791021cbd3e0b9f63af9384c;hb=1acf082d6062c7d9042ded6ba0b7c957341913f5;hp=859078f2dd43f3aa7c63d82ba69eabcfe7758476;hpb=3a046b215e491b119e1f7a7867d260ae78dc7062;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/pyatspi/Makefile.am b/pyatspi/Makefile.am index 859078f..0520b38 100644 --- a/pyatspi/Makefile.am +++ b/pyatspi/Makefile.am @@ -1,20 +1,37 @@ +pyatspidir = $(pythondir)/pyatspi pyatspi_PYTHON = \ - accessible.py \ - base.py \ - cache.py \ - constants.py \ - event.py \ - factory.py \ - interfaces.py \ - __init__.py \ - Makefile.am \ - other.py \ - stateset.py \ - registry.py \ - relation.py \ - test.py \ - utils.py - -pyatspidir=$(pyexecdir)/pyatspi + Accessibility.py \ + accessible.py \ + accessiblecache.py \ + action.py \ + application.py \ + applicationcache.py \ + base.py \ + collection.py \ + component.py \ + constants.py \ + desktop.py \ + deviceevent.py \ + document.py \ + editabletext.py \ + event.py \ + factory.py \ + hyperlink.py \ + hypertext.py \ + image.py \ + __init__.py \ + interfaces.py \ + loginhelper.py \ + registry.py \ + relation.py \ + role.py \ + selection.py \ + selector.py \ + state.py \ + streamablecontent.py \ + table.py \ + text.py \ + utils.py \ + value.py CLEANFILES = *.pyc