Makefile.in (ELF_OTHER_LIBS): The blkid library depends on the

uuid library.  (Addresses Debian bug: #194094)
bitmap-optimize
Theodore Ts'o 2003-05-21 17:56:36 -04:00
parent 93d5c38791
commit d339f2684d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-05-21 Theodore Ts'o <tytso@mit.edu>
* Makefile.in (ELF_OTHER_LIBS): The blkid library depends on the
uuid library. (Addresses Debian bug: #194094)
2003-04-21 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.33

View File

@ -36,7 +36,7 @@ ELF_SO_VERSION = 1
ELF_IMAGE = libblkid
ELF_MYDIR = blkid
ELF_INSTALL_DIR = $(root_libdir)
ELF_OTHER_LIBS =
ELF_OTHER_LIBS = -L../.. -luuid
BSDLIB_VERSION = 2.0
BSDLIB_IMAGE = libblkid