summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorKarel Zak2015-01-13 13:46:31 +0100
committerKarel Zak2015-01-13 13:46:31 +0100
commit791da22d0ed6882ac1dae6cdb334910328a5f6b9 (patch)
tree453f5c5d043d407e418f7cb383822b55b406fdbc /Makefile.am
parentlibfdisk: fix some typos (diff)
downloadkernel-qcow2-util-linux-791da22d0ed6882ac1dae6cdb334910328a5f6b9.tar.gz
kernel-qcow2-util-linux-791da22d0ed6882ac1dae6cdb334910328a5f6b9.tar.xz
kernel-qcow2-util-linux-791da22d0ed6882ac1dae6cdb334910328a5f6b9.zip
libfdisk: add version.c
Signed-off-by: Karel Zak <kzak@redhat.com>
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 b993d2aac..391de3dfb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -127,6 +127,9 @@ edit_cmd = sed \
-e 's|@LIBSMARTCOLS_VERSION[@]|$(LIBSMARTCOLS_VERSION)|g' \
-e 's|@LIBFDISK_PC_REQUIRES[@]|$(LIBFDISK_PC_REQUIRES)|g' \
-e 's|@LIBFDISK_VERSION[@]|$(LIBFDISK_VERSION)|g' \
+ -e 's|@LIBFDISK_MAJOR_VERSION[@]|$(LIBFDISK_MAJOR_VERSION)|g' \
+ -e 's|@LIBFDISK_MINOR_VERSION[@]|$(LIBFDISK_MINOR_VERSION)|g' \
+ -e 's|@LIBFDISK_PATCH_VERSION[@]|$(LIBFDISK_PATCH_VERSION)|g' \
-e 's|@LIBBLKID_VERSION[@]|$(LIBBLKID_VERSION)|g'
CLEANFILES += $(PATHFILES)