summaryrefslogtreecommitdiffstats
path: root/partx/Makefile.am
blob: 461392a4bdad063c46e21fc8fab49fecae0d6017 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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

man_MANS = addpart.8 delpart.8 partx.8

endif