root/openwsman/trunk/openwsman.pc.cmake

Revision 2612, 386 bytes (checked in by kkaempf, 10 months ago)

more config files to generate

Line 
1 prefix=@prefix@
2 exec_prefix=@prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5 plugindir=${libdir}/openwsman/plugins
6
7 Name: @PACKAGE_NAME@
8 Description: Opensource Implementation of WS-Management Client
9 Version: @VERSION@
10 Requires:
11 Libs: -L${libdir} -l@WSMAN_PKG@ -l@WSMAN_CLIENT_PKG@ -l@WSMAN_CLIENT_TRANSPORT_PKG@
12 Cflags: -I${includedir}/@PACKAGE_NAME@ -I${includedir}/@PACKAGE_NAME@/u