summaryrefslogtreecommitdiffstats
path: root/libvncclient.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'libvncclient.pc.in')
-rw-r--r--libvncclient.pc.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/libvncclient.pc.in b/libvncclient.pc.in
deleted file mode 100644
index 37495e7..0000000
--- a/libvncclient.pc.in
+++ /dev/null
@@ -1,14 +0,0 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
-
-Name: LibVNCClient
-Description: A library for easy implementation of a VNC client.
-Version: @VERSION@
-Requires:
-Requires.private: zlib
-Libs: -L${libdir} -lvncclient
-Libs.private: @LIBS@ @WSOCKLIB@
-Cflags: -I${includedir}
-