diff options
author | Theodore Ts'o <tytso@mit.edu> | 2008-09-02 21:20:44 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2008-09-02 21:20:44 -0400 |
commit | 97be89b60bd57272ece637bc2f300a5288b78831 (patch) | |
tree | 0117b52e705294936e2f191d2cbb710a05ac7565 /lib/ss | |
parent | bab328ad07d81c3044ce084da527758fdc1c7d41 (diff) | |
download | e2fsprogs-97be89b60bd57272ece637bc2f300a5288b78831.tar.gz |
Fix pkg-config files: use Requires.private and fix the include directory
Addresses-Sourceforge-Bug: #2089537
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'lib/ss')
-rw-r--r-- | lib/ss/ss.pc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ss/ss.pc.in b/lib/ss/ss.pc.in index ce284fc9..cf893611 100644 --- a/lib/ss/ss.pc.in +++ b/lib/ss/ss.pc.in @@ -6,7 +6,7 @@ includedir=@includedir@ Name: ss Description: Subsystem command parsing library Version: @E2FSPROGS_VERSION@ -Requires: com_err -Cflags: -I${includedir} +Requires.private: com_err +Cflags: -I${includedir}/ss Libs: -L${libdir} -lss Libs.private: @DLOPEN_LIB@ |