root/openwsman/trunk/openwsman-server.pc.cmake
| Revision 2612, 326 bytes (checked in by kkaempf, 10 months ago) |
|---|
| Line | |
|---|---|
| 1 | prefix=@prefix@ |
| 2 | exec_prefix=@prefix@ |
| 3 | libdir=@libdir@ |
| 4 | includedir=@includedir@ |
| 5 | |
| 6 | Name: @PACKAGE_NAME@-server |
| 7 | Description: Opensource Implementation of WS-Management / Server |
| 8 | Version: @VERSION@ |
| 9 | Requires: |
| 10 | Libs: -L${libdir} -l@WSMAN_PKG@ -l@WSMAN_SERVER_PKG@ |
| 11 | Cflags: -I${includedir}/@PACKAGE_NAME@ -I${includedir}/@PACKAGE_NAME@/u |