packagekit/backends/Makefile.am
2008-01-02 12:05:10 +00:00

42 lines
443 B
Makefile

SUBDIRS = dummy test
if BACKEND_TYPE_ALPM
SUBDIRS += alpm
endif
if BACKEND_TYPE_APT
SUBDIRS += apt
endif
if BACKEND_TYPE_BOX
SUBDIRS += box
endif
if BACKEND_TYPE_CONARY
SUBDIRS += conary
endif
if BACKEND_TYPE_IPKG
SUBDIRS += ipkg
endif
if BACKEND_TYPE_SMART
SUBDIRS += smart
endif
if BACKEND_TYPE_YUM
SUBDIRS += yum
endif
if BACKEND_TYPE_PISI
SUBDIRS += pisi
endif
if BACKEND_TYPE_ZYPP
SUBDIRS += zypp
endif
clean-local :
rm -f *~