File: Makefile.am

package info (click to toggle)
gvfs 1.12.3-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 14,536 kB
  • sloc: ansic: 102,461; sh: 11,225; makefile: 1,081; xml: 23
file content (22 lines) | stat: -rw-r--r-- 246 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
DIST_SUBDIRS = proxy hal gdu gphoto2 afc udisks2
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