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/mediadevice/Makefile.am

29 lines
394 B

if with_libgpod
IPOD_SUBDIR = ipod
endif
if with_ifp
IFP_SUBDIR = ifp
endif
if with_libnjb
NJB_SUBDIR = njb
endif
if with_libmtp
MTP_SUBDIR = mtp
endif
if with_libkarma
KARMA_SUBDIR = riokarma
endif
if with_daap
DAAP_SUBDIR = daap
endif
METASOURCES = AUTO
SUBDIRS = generic $(DAAP_SUBDIR) $(IPOD_SUBDIR) $(IFP_SUBDIR) $(NJB_SUBDIR) $(MTP_SUBDIR) $(KARMA_SUBDIR)