summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2014-09-02 17:50:01 +0200
committerDavid Tardon <dtardon@redhat.com>2014-09-02 18:00:41 +0200
commit2aeb5abc475cbd219994c863f43b8a6044e13494 (patch)
tree5bb04901c399abad3bf5be77e69ef3c636f53739
parente8ac87f2e38d9f2a7a576fda9636f095174a4d35 (diff)
fix .pc file
-rw-r--r--libsdf.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libsdf.pc.in b/libsdf.pc.in
index 862fad3..b5e15a9 100644
--- a/libsdf.pc.in
+++ b/libsdf.pc.in
@@ -4,8 +4,8 @@ libdir=@libdir@
includedir=@includedir@
Name: libsdf-@SDF_MAJOR_VERSION@.@SDF_MINOR_VERSION@
-Description: Library for parsing various reflowable ebook formats
+Description: Library for parsing Sample Document Format
Version: @VERSION@
Requires: librevenge-0.0 librevenge-stream-0.0
-Libs: -L${libdir} -le-book-@SDF_MAJOR_VERSION@.@SDF_MINOR_VERSION@
+Libs: -L${libdir} -lsdf-@SDF_MAJOR_VERSION@.@SDF_MINOR_VERSION@
Cflags: -I${includedir}/libsdf-@SDF_MAJOR_VERSION@.@SDF_MINOR_VERSION@