summaryrefslogtreecommitdiff
path: root/partx
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2010-05-24 12:37:12 +0200
committerKarel Zak <kzak@redhat.com>2010-05-24 12:37:12 +0200
commit5dfc518c2e2a02b9011295dbfc3015f239acde00 (patch)
tree5cd0c28819b90191570f2da797aa049a3749e044 /partx
parent76f47165b0077e1fba8e32b503c03cdbd4bb58fb (diff)
downloadutil-linux-old-5dfc518c2e2a02b9011295dbfc3015f239acde00.tar.gz
build-sys: replace ../ with $top_srcdir
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'partx')
-rw-r--r--partx/Makefile.am4
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