diff options
Diffstat (limited to 'partx')
-rw-r--r-- | partx/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/partx/Makefile.am b/partx/Makefile.am index 238f3228..36163aa9 100644 --- a/partx/Makefile.am +++ b/partx/Makefile.am @@ -4,10 +4,10 @@ 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 + efi.h gpt.h crc32.h partx.h dos.h $(top_srcdir)/lib/blkdev.c if LINUX -partx_SOURCES += ../lib/linux_version.c +partx_SOURCES += $(top_srcdir)/lib/linux_version.c endif dist_man_MANS = addpart.8 delpart.8 partx.8 |