root/openwsman/trunk/openwsman-server.pc.in

Revision 2815, 294 bytes (checked in by nashif, 7 months ago)

fixed CFLAGs

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@