From: cedric Date: Wed, 25 Mar 2009 16:27:22 +0000 (+0000) Subject: * eet.pc.in: Fix private dependencies. X-Git-Tag: 2.0_alpha~54^2~331 X-Git-Url: http://review.tizen.org/git/?p=framework%2Fuifw%2Feet.git;a=commitdiff_plain;h=bf8782071aaf3cdabeea3663027f9ef5c9e8df4d * eet.pc.in: Fix private dependencies. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@39717 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/eet.pc.in b/eet.pc.in index 1c5ec42..2acd9e1 100644 --- a/eet.pc.in +++ b/eet.pc.in @@ -8,5 +8,5 @@ Description: Library for speedy data storage, retrieval, and compression Requires: @requirement_eet@ Version: @VERSION@ Libs: -L${libdir} -leet -Libs.private: @OPENSSL_LIBS@ @EINA_LIBS@ @EVIL_LIBS@ @EET_LIBS@ @fnmatch_libs@ -ljpeg -lz -lm +Libs.private: @GNUTLS_LIBS@ @OPENSSL_LIBS@ @EINA_LIBS@ @EVIL_LIBS@ @EET_LIBS@ @fnmatch_libs@ -ljpeg -lz -lm Cflags: -I${includedir}