summaryrefslogblamecommitdiffstats
path: root/partx/Makefile.am
blob: 798cfea7205e3faed2160fb4bdc8feb5b9d770f9 (plain) (tree)
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

dist_man_MANS = addpart.8 delpart.8 partx.8

endif