Revision: 4477
          http://playerstage.svn.sourceforge.net/playerstage/?rev=4477&view=rev
Author:   gbiggs
Date:     2008-04-03 23:35:22 -0700 (Thu, 03 Apr 2008)

Log Message:
-----------
Update to the pkgconfig template

Modified Paths:
--------------
    code/player/branches/cmake/cmake/pkgconfig.cmake

Modified: code/player/branches/cmake/cmake/pkgconfig.cmake
===================================================================
--- code/player/branches/cmake/cmake/pkgconfig.cmake    2008-04-04 03:48:10 UTC 
(rev 4476)
+++ code/player/branches/cmake/cmake/pkgconfig.cmake    2008-04-04 06:35:22 UTC 
(rev 4477)
@@ -1,8 +1,12 @@
 # This file was generated by CMake for @PROJECT_NAME@ library @PKG_NAME@
[EMAIL PROTECTED]@
+exec_prefix=${prefix}
+libdir=${prefix}/lib
+includedir=${prefix}/include
 
 Name: @PKG_NAME@
 Description: @PKG_DESC@
 Version: @PLAYER_VERSION@
 Requires: @PKG_EXTERNAL_DEPS@
-Libs: [EMAIL PROTECTED]@/lib/ @PKG_LIBFLAGS@ [EMAIL PROTECTED]@ 
@PKG_INTERNAL_DEPS@
-Cflags: [EMAIL PROTECTED]@/include/[EMAIL PROTECTED]@[EMAIL PROTECTED]@ 
@PKG_CFLAGS@
\ No newline at end of file
+Libs: -L${libdir} @PKG_LIBFLAGS@ [EMAIL PROTECTED]@ @PKG_INTERNAL_DEPS@
+Cflags: -I${includedir}/[EMAIL PROTECTED]@[EMAIL PROTECTED]@ @PKG_CFLAGS@
\ No newline at end of file


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to