File: Makefile.am

package info (click to toggle)
udisks2 2.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 23,612 kB
  • sloc: ansic: 49,035; python: 8,537; sh: 5,574; xml: 1,490; makefile: 1,232; sed: 85
file content (21 lines) | stat: -rw-r--r-- 272 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## Process this file with automake to produce Makefile.in

SUBDIRS =

if HAVE_BTRFS
SUBDIRS += btrfs
endif # HAVE_BTRFS

if HAVE_ISCSI
SUBDIRS += iscsi
endif # HAVE_ISCSI

if HAVE_LVM2
SUBDIRS += lvm2
endif # HAVE_LVM2

if HAVE_LSM
SUBDIRS += lsm
endif # HAVE_LSM

NULL =