fwupd/plugins/Makefile.am

34 lines
364 B
Makefile

SUBDIRS = \
altos \
dfu \
ebitdo \
raspberrypi \
steelseries \
test \
udev \
unifying \
upower \
usb
if HAVE_DELL
SUBDIRS += dell
endif
if HAVE_SYNAPTICS
SUBDIRS += synapticsmst
endif
if HAVE_COLORHUG
SUBDIRS += colorhug
endif
if HAVE_UEFI
SUBDIRS += uefi
endif
if HAVE_THUNDERBOLT
SUBDIRS += thunderbolt
endif
-include $(top_srcdir)/git.mk