summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorSøren Holm2014-10-01 16:14:02 +0200
committerKarel Zak2014-10-14 12:03:54 +0200
commit10e1d2e5f7e516344d9ba87e25da4dccee13913d (patch)
tree035f5863046ff8471ea39b96281ae12581fd9e5a /Makefile.am
parentdmesg: improve reltime colors (diff)
downloadkernel-qcow2-util-linux-10e1d2e5f7e516344d9ba87e25da4dccee13913d.tar.gz
kernel-qcow2-util-linux-10e1d2e5f7e516344d9ba87e25da4dccee13913d.tar.xz
kernel-qcow2-util-linux-10e1d2e5f7e516344d9ba87e25da4dccee13913d.zip
libmount: provide version as int for better compiletime test
Signed-off-by: Søren Holm <sgh@sgh.dk>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 08269e248..122344e80 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -120,6 +120,9 @@ edit_cmd = sed \
-e 's|@ADJTIME_PATH[@]|$(ADJTIME_PATH)|g' \
-e 's|@LIBUUID_VERSION[@]|$(LIBUUID_VERSION)|g' \
-e 's|@LIBMOUNT_VERSION[@]|$(LIBMOUNT_VERSION)|g' \
+ -e 's|@LIBMOUNT_MAJOR_VERSION[@]|$(LIBMOUNT_MAJOR_VERSION)|g' \
+ -e 's|@LIBMOUNT_MINOR_VERSION[@]|$(LIBMOUNT_MINOR_VERSION)|g' \
+ -e 's|@LIBMOUNT_PATCH_VERSION[@]|$(LIBMOUNT_PATCH_VERSION)|g' \
-e 's|@LIBSMARTCOLS_VERSION[@]|$(LIBSMARTCOLS_VERSION)|g' \
-e 's|@LIBBLKID_VERSION[@]|$(LIBBLKID_VERSION)|g'