• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1prefix=@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
13