diff options
author | Bert van Hall <bert.vanhall@gmx.de> | 2017-02-08 17:53:58 +0100 |
---|---|---|
committer | Bert van Hall <bert.vanhall@gmx.de> | 2017-02-13 12:18:07 +0100 |
commit | fe943395873c6cbfdfa0eadb8a5d13f2c95e8614 (patch) | |
tree | 7a8620e805fe7c1c5ce289cb82d84a3f16459719 /libvncclient.pc.in | |
parent | 2041bfd5cd6c6a8bcec260a3fa86d340050892c8 (diff) | |
download | libtdevnc-fe943395873c6cbfdfa0eadb8a5d13f2c95e8614.tar.gz libtdevnc-fe943395873c6cbfdfa0eadb8a5d13f2c95e8614.zip |
drop autotools
Since autotools officially is no longer supported (see various github
issues), drop the related infrastructure to stop tempting people to use
it for building.
Signed-off-by: Bert van Hall <bert.vanhall@gmx.de>
Diffstat (limited to 'libvncclient.pc.in')
-rw-r--r-- | libvncclient.pc.in | 14 |
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} - |