Statistics
| Branch: | Revision:

root / Makefile.am @ master

History | View | Annotate | Download (180 Bytes)

1

    
2
# ACLOCAL_AMFLAGS = -I m4
3

    
4
SUBDIRS  = lvm
5
SUBDIRS += $(MAYBE_part)
6
SUBDIRS += vhd
7
SUBDIRS += control
8
SUBDIRS += drivers
9
SUBDIRS += include
10

    
11
if ENABLE_PART
12
MAYBE_part = part
13
endif