File: Makefile.am

package info (click to toggle)
udisks2 2.11.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 24,356 kB
  • sloc: ansic: 49,098; python: 8,541; sh: 5,587; xml: 1,490; makefile: 1,232; sed: 85
file content (21 lines) | stat: -rw-r--r-- 272 bytes parent folder | download | duplicates (3)
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 =