summaryrefslogtreecommitdiffstats
path: root/partx/Makefile.am
blob: 5fc5db6c7e7e01a44178d3fc3a9af5072d7bad72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include $(top_srcdir)/config/include-Makefile.am

if BUILD_PARTX

usrsbinexec_PROGRAMS = addpart delpart partx
partx_SOURCES = bsd.c dos.c partx.c solaris.c unixware.c gpt.c crc32.c \
		efi.h gpt.h crc32.h partx.h dos.h ../lib/blkdev.c

if LINUX
partx_SOURCES += ../lib/linux_version.c
endif

dist_man_MANS = addpart.8 delpart.8 partx.8

endif