]> git.ipfire.org Git - thirdparty/util-linux.git/commit
build-sys: always use default $(LDADD)
authorKarel Zak <kzak@redhat.com>
Mon, 9 Jul 2012 14:23:51 +0000 (16:23 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 9 Jul 2012 14:23:51 +0000 (16:23 +0200)
commitdcdb349be73f7223962f55e4f2e74583f5b78687
tree5232f3d47931e1aceb63d69d9c68618751ed5d21
parent839be2ba6b44fa9dc927f081d547ebadec9de19c
build-sys: always use default $(LDADD)

The global variable $(LDADD) is always used if program_LDADD is
not specified. Let's use $LDADD everywhere to avoid exceptions for
people who need to specify global $LDADD.

Signed-off-by: Karel Zak <kzak@redhat.com>
disk-utils/Makemodule.am
fdisks/Makemodule.am
login-utils/Makemodule.am
misc-utils/Makemodule.am
mount-deprecated/Makemodule.am
schedutils/Makemodule.am
sys-utils/Makemodule.am
term-utils/Makemodule.am
text-utils/Makemodule.am