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