packagekit/backends/Makefile.am
2009-04-04 16:19:31 +08:00

62 lines
669 B
Makefile

SUBDIRS = test
if BACKEND_TYPE_ALPM
SUBDIRS += alpm
endif
if BACKEND_TYPE_APT
SUBDIRS += apt
endif
if BACKEND_TYPE_APTCC
SUBDIRS += aptcc
endif
if BACKEND_TYPE_BOX
SUBDIRS += box
endif
if BACKEND_TYPE_CONARY
SUBDIRS += conary
endif
if BACKEND_TYPE_DUMMY
SUBDIRS += dummy
endif
if BACKEND_TYPE_OPKG
SUBDIRS += opkg
endif
if BACKEND_TYPE_RAZOR
SUBDIRS += razor
endif
if BACKEND_TYPE_SMART
SUBDIRS += smart
endif
if BACKEND_TYPE_URPMI
SUBDIRS += urpmi
endif
if BACKEND_TYPE_YUM
SUBDIRS += yum
endif
if BACKEND_TYPE_PISI
SUBDIRS += pisi
endif
if BACKEND_TYPE_ZYPP
SUBDIRS += zypp
endif
if BACKEND_TYPE_POLDEK
SUBDIRS += poldek
endif
clean-local :
rm -f *~