summaryrefslogtreecommitdiffstats
path: root/sys-utils/Makemodule.am
diff options
context:
space:
mode:
authorSami Kerola2017-06-24 21:42:58 +0200
committerSami Kerola2017-08-30 21:32:48 +0200
commit367f40806e25390b7c1b20ad56f90d0b0bf8e56f (patch)
treed72b223abb195f55a253ddf0cbe36a74852ca879 /sys-utils/Makemodule.am
parentrfkill: make command to build in util-linux project (diff)
downloadkernel-qcow2-util-linux-367f40806e25390b7c1b20ad56f90d0b0bf8e56f.tar.gz
kernel-qcow2-util-linux-367f40806e25390b7c1b20ad56f90d0b0bf8e56f.tar.xz
kernel-qcow2-util-linux-367f40806e25390b7c1b20ad56f90d0b0bf8e56f.zip
rfkill: make programming style to match util-linux project
Use the usual facilities, add translation strings, move global variables at the beginning of the file, make usage() look as expected, add standard command-line option parsing. 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 2148fd91e..7eba78d1b 100644
--- a/sys-utils/Makemodule.am
+++ b/sys-utils/Makemodule.am
@@ -63,6 +63,7 @@ if BUILD_RFKILL
usrbin_exec_PROGRAMS += rfkill
dist_man_MANS += sys-utils/rfkill.8
rfkill_SOURCES = sys-utils/rfkill.c
+rfkill_LDADD = $(LDADD) libcommon.la
endif
if BUILD_SETSID