From: Theodore Ts'o Date: Fri, 16 Sep 2011 15:12:06 +0000 (-0400) Subject: libquota: indicate in the ELF library image that it requires libext2fs X-Git-Tag: v1.42-WIP-0916~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cd0b97ed9313fd61f2be31284e4894f52f65c12f;p=thirdparty%2Fe2fsprogs.git libquota: indicate in the ELF library image that it requires libext2fs Signed-off-by: "Theodore Ts'o" --- diff --git a/lib/quota/Makefile.in b/lib/quota/Makefile.in index 1f5744111..71a7b0661 100644 --- a/lib/quota/Makefile.in +++ b/lib/quota/Makefile.in @@ -32,7 +32,7 @@ ELF_SO_VERSION = 1 ELF_IMAGE = libquota ELF_MYDIR = quota ELF_INSTALL_DIR = $(root_libdir) -ELF_OTHER_LIBS = +ELF_OTHER_LIBS = -L../.. -lext2fs BSDLIB_VERSION = 1.0 BSDLIB_IMAGE = libquota