blob: 143dc46c14dd3e8be22e2b54f17e681247d0e77a [file] [log] [blame]
San Mehata430b2b2014-09-23 08:30:51 -07001prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: LibVNCClient
7Description: A library for easy implementation of a VNC client.
8Version: @VERSION@
9Requires:
10Libs: -L${libdir} -lvncclient @LIBS@ @WSOCKLIB@
11Cflags: -I${includedir}
12