diff options
author | Karel Zak | 2018-04-09 12:11:36 +0200 |
---|---|---|
committer | Karel Zak | 2018-04-09 12:11:36 +0200 |
commit | 3188ea9a9292604e537f06f11adddf474fc9e52d (patch) | |
tree | 83109fe274e5e15f2608490233a78210779bac63 /libsmartcols | |
parent | Merge branch 'rename-fix-noact-without-nooverwrite' of https://github.com/g-r... (diff) | |
download | kernel-qcow2-util-linux-3188ea9a9292604e537f06f11adddf474fc9e52d.tar.gz kernel-qcow2-util-linux-3188ea9a9292604e537f06f11adddf474fc9e52d.tar.xz kernel-qcow2-util-linux-3188ea9a9292604e537f06f11adddf474fc9e52d.zip |
build: Add missing -lintl linkage to lib{smartcols,uuid}
Addresses: https://github.com/karelzak/util-linux/pull/615
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libsmartcols')
-rw-r--r-- | libsmartcols/src/Makemodule.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsmartcols/src/Makemodule.am b/libsmartcols/src/Makemodule.am index 664aca30b..665b2aa7f 100644 --- a/libsmartcols/src/Makemodule.am +++ b/libsmartcols/src/Makemodule.am @@ -19,7 +19,7 @@ libsmartcols_la_SOURCES= \ libsmartcols/src/version.c \ libsmartcols/src/init.c -libsmartcols_la_LIBADD = libcommon.la +libsmartcols_la_LIBADD = $(LDADD) libcommon.la libsmartcols_la_CFLAGS = \ $(AM_CFLAGS) \ |