summaryrefslogtreecommitdiff
path: root/monitor/Makefile.am
blob: f7cf7a211ac90e0c211698b8da16b8daa884e998 (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
29
30
DIST_SUBDIRS = proxy hal gdu gphoto2 afc udisks2 mtp goa
SUBDIRS = proxy

if USE_HAL
SUBDIRS += hal
endif

if USE_GDU
SUBDIRS += gdu
endif

if USE_UDISKS2
SUBDIRS += udisks2
endif

if USE_GPHOTO2
SUBDIRS += gphoto2
endif

if USE_AFC
SUBDIRS += afc
endif

if USE_LIBMTP
SUBDIRS += mtp
endif

if USE_GOA
SUBDIRS += goa
endif