packagekit/backends/Makefile.am
Andreas Obergrusberger 2e94601b80 added alpm backend
2007-09-10 03:07:08 +02:00

26 lines
265 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_YUM
SUBDIRS += yum
endif
clean-local :
rm -f *~