From: tilman Date: Thu, 22 Mar 2007 15:22:32 +0000 (+0000) Subject: moved -lz and -ljpeg to Libs.private because eet doesn't expose them X-Git-Tag: submit/2.0alpha-wayland/20121127.222001~768 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e2b46ab1c1711f43cff3e1d6e95bfd2b0ddfbef6;p=profile%2Fivi%2Feet.git moved -lz and -ljpeg to Libs.private because eet doesn't expose them git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/eet@28904 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/eet.pc.in b/eet.pc.in index bbb2715..2c10601 100644 --- a/eet.pc.in +++ b/eet.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@ Name: eet Description: Library for speedy data storage, retrieval, and compression Version: @VERSION@ -Libs: -L${libdir} -leet -lz -ljpeg +Libs: -L${libdir} -leet +Libs.private: -lz -ljpeg Cflags: -I${includedir} -