* eet.pc.in: Fix private dependencies.

SVN revision: 39717
This commit is contained in:
Cedric BAIL 2009-03-25 16:27:22 +00:00
parent c392637d27
commit a4f5088a41
1 changed files with 1 additions and 1 deletions

View File

@ -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}