summaryrefslogtreecommitdiffstats
path: root/amarok/src/mediadevice/Makefile.am
blob: 32158127af1bcbcfb38974dac56e9e0d10fc4296 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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)