summaryrefslogtreecommitdiff
path: root/partx/Makefile.am
blob: e2fb5793eb14a1cb52b1a9a1c5748309bac8be48 (plain)
1
2
3
4
5
6
7
8
9
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

endif