forked from Tasssadar/Team-Win-Recovery-Project
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Break libblkid into 4 libraries: libblkid, libuuid, libutil-linux and libfdisk. This should help in later patch updates. Change-Id: I680d9a7feb031e5c29a603e9c58aff4b65826262
- Loading branch information
Showing
311 changed files
with
31,540 additions
and
4,343 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
This library is free software; you can redistribute it and/or | ||
modify it under the terms of the GNU Lesser General Public | ||
License as published by the Free Software Foundation; either | ||
version 2.1 of the License, or (at your option) any later | ||
version. | ||
|
||
The complete text of the license is available in the | ||
../Documentation/licenses/COPYING.LGPLv2.1 file. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
if BUILD_LIBBLKID | ||
|
||
include libblkid/src/Makemodule.am | ||
include libblkid/samples/Makemodule.am | ||
|
||
if ENABLE_GTK_DOC | ||
# Docs uses separate Makefiles | ||
SUBDIRS += libblkid/docs | ||
endif | ||
|
||
pkgconfig_DATA += libblkid/blkid.pc | ||
PATHFILES += libblkid/blkid.pc | ||
dist_man_MANS += libblkid/libblkid.3 | ||
EXTRA_DIST += libblkid/libblkid.3 libblkid/COPYING | ||
|
||
endif # BUILD_LIBBLKID |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
prefix=@prefix@ | ||
exec_prefix=@exec_prefix@ | ||
libdir=@usrlib_execdir@ | ||
includedir=@includedir@ | ||
|
||
Name: blkid | ||
Description: Block device id library | ||
Version: @LIBBLKID_VERSION@ | ||
Requires.private: uuid | ||
Cflags: -I${includedir}/blkid | ||
Libs: -L${libdir} -lblkid |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.