moved -lz and -ljpeg to Libs.private because eet doesn't expose them

SVN revision: 28904
This commit is contained in:
tilman 2007-03-22 15:22:32 +00:00 committed by tilman
parent 7b6395fe4a
commit 61d953ae93
1 changed files with 2 additions and 2 deletions

View File

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