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

endif