diff options
author | Perberos <[email protected]> | 2011-11-09 19:57:36 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-09 19:57:36 -0300 |
commit | b48b6581d335ff95253b074d32b5d06995d54ae1 (patch) | |
tree | 3a55a2c4fe9cd3cbaab397b1b8874475f3320a64 /atril-document.pc.in | |
parent | da7bb154d27d3b872867223a5df60df8f5fb6e7d (diff) | |
download | atril-b48b6581d335ff95253b074d32b5d06995d54ae1.tar.bz2 atril-b48b6581d335ff95253b074d32b5d06995d54ae1.tar.xz |
renaming libevdocument and libevview to prevent file conflicts
Diffstat (limited to 'atril-document.pc.in')
-rw-r--r-- | atril-document.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atril-document.pc.in b/atril-document.pc.in index c2f8463b..8a528687 100644 --- a/atril-document.pc.in +++ b/atril-document.pc.in @@ -8,5 +8,5 @@ Name: Atril Document Description: MATE document viewer backend library Version: @VERSION@ Requires: gio-2.0 >= @GLIB_REQUIRED@ gtk+-@GTK_API_VERSION@ >= @GTK_REQUIRED@ -Libs: -L${libdir} -levdocument +Libs: -L${libdir} -latrildocument Cflags: -I${includedir} |