efl/legacy/edje/src/modules/Makefile.am

11 lines
249 B
Makefile

if ENABLE_MULTISENSE
FACTORY_MODULE = multisense_factory
if HAVE_LIBREMIX
SND_READER_MODULE = eet_snd_reader
if HAVE_LIBALSA
ALSA_MODULE = alsa_snd_player
endif
endif
endif
SUBDIRS = $(FACTORY_MODULE) $(SND_READER_MODULE) $(ALSA_MODULE)