packagekit/backends/conary/helpers/Makefile.am
Tim Lauridsen 3ec379272d * Moved python/__init__.py python/packagekit/__init__.py
* Moved backends/yum/helpers/packagekit.py -> python/packagekit/backend.py
So that the PackageKitBaseBackend python class used byt yum & conary is part
of the packagekit python module and be used by
'from packagekit.backend import PackageKitBaseBackend'
added links from python/packagekit  to yum/helpers & conary/helpers so
that the python code will work when started in the directory.
make changes to the Makefile's to support the changes.
2007-09-25 09:32:55 +02:00

27 lines
420 B
Makefile

helperdir = $(datadir)/PackageKit/helpers/conary
NULL =
dist_helper_DATA = \
search-name.py \
search-details.py \
get-depends.py \
get-requires.py \
get-updates.py \
install.py \
refresh-cache.py \
remove.py \
update-system.py \
get-description.py \
conaryBackend.py \
conaryCallback.py \
$(NULL)
install-data-hook:
chmod a+rx $(DESTDIR)$(helperdir)/*.py
clean-local :
rm -f *~