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