summaryrefslogtreecommitdiffstats
path: root/sys-utils/Makemodule.am
diff options
context:
space:
mode:
authorSami Kerola2015-02-22 15:41:35 +0100
committerKarel Zak2015-02-24 11:28:55 +0100
commit7e3c80a7b6d652cf45fbfe2431cb24de74c72185 (patch)
tree3d6fdba780e3b940ba920fb8b1ce58f103314150 /sys-utils/Makemodule.am
parentprlimit: tell in --verbose output which pid got the new limit (diff)
downloadkernel-qcow2-util-linux-7e3c80a7b6d652cf45fbfe2431cb24de74c72185.tar.gz
kernel-qcow2-util-linux-7e3c80a7b6d652cf45fbfe2431cb24de74c72185.tar.xz
kernel-qcow2-util-linux-7e3c80a7b6d652cf45fbfe2431cb24de74c72185.zip
tunelp: remove get_val() in favour of strtol_or_err()
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'sys-utils/Makemodule.am')
-rw-r--r--sys-utils/Makemodule.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-utils/Makemodule.am b/sys-utils/Makemodule.am
index 15d0a9507..23b8f5c0c 100644
--- a/sys-utils/Makemodule.am
+++ b/sys-utils/Makemodule.am
@@ -50,6 +50,7 @@ if BUILD_TUNELP
usrsbin_exec_PROGRAMS += tunelp
dist_man_MANS += sys-utils/tunelp.8
tunelp_SOURCES = sys-utils/tunelp.c sys-utils/lp.h
+tunelp_LDADD = $(LDADD) libcommon.la
endif
if BUILD_FSTRIM