You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
amarok/amarok/src/engine/Makefile.am

28 lines
396 B

#if with_gst10
# GST10_ENGINE_SUBDIR = gst10
#endif
if with_nmm
NMM_ENGINE_SUBDIR = nmm
endif
if with_xine
XINE_ENGINE_SUBDIR = xine
endif
if with_helix
HELIX_ENGINE_SUBDIR = helix
endif
if with_yauap
YAUAP_ENGINE_SUBDIR = yauap
endif
SUBDIRS = . \
void \
$(XINE_ENGINE_SUBDIR) \
$(NMM_ENGINE_SUBDIR) \
$(HELIX_ENGINE_SUBDIR) \
$(YAUAP_ENGINE_SUBDIR)