summaryrefslogtreecommitdiffstats
path: root/partx/Makefile.am
blob: 238f3228e690f89e33060d9128fc4f03ff27db70 (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

usrsbin_exec_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