]> git.ipfire.org Git - thirdparty/util-linux.git/commit
build-sys: don't connect _DEPENDENCIES and _LIBADD
authorKarel Zak <kzak@redhat.com>
Wed, 5 Mar 2014 09:20:10 +0000 (10:20 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 5 Mar 2014 09:20:10 +0000 (10:20 +0100)
commitdbf7043ea1d090d283cfd36280bb14189d8e35b1
treee4e596f3dc9677fec928c3d526d064d7d7824da8
parent013efbfad4648095e09ef1944c89277acf839671
build-sys: don't connect _DEPENDENCIES and _LIBADD

The _DEPENDENCIES has to be used for dependencies on another in-tree
files, but _LIBADD is to specify additional libs (including external
libs).

Reported-by: oleid <notifications@github.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
libblkid/src/Makemodule.am
libfdisk/src/Makemodule.am
libmount/src/Makemodule.am