packagekit/backends/Makefile.am

34 lines
355 B
Makefile
Raw Normal View History

SUBDIRS = dummy test
2007-09-09 18:07:08 -07:00
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
2007-10-20 20:24:14 -07:00
if BACKEND_TYPE_SMART
SUBDIRS += smart
endif
if BACKEND_TYPE_YUM
SUBDIRS += yum
endif
2007-10-23 05:27:50 -07:00
if BACKEND_TYPE_PISI
SUBDIRS += pisi
endif
clean-local :
rm -f *~