diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-01-10 16:02:54 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-01-10 16:02:54 -0600 |
commit | f6187cc4eb8a8726f5b64f0c640ac8d2355b85eb (patch) | |
tree | d5c3b93286335d890339446d15e35c9cc97703d1 /krfb/CMakeLists.txt | |
parent | dedd07e78dee71fd8cde6a39e2ccc89fdbb8a782 (diff) | |
download | tdenetwork-f6187cc4eb8a8726f5b64f0c640ac8d2355b85eb.tar.gz tdenetwork-f6187cc4eb8a8726f5b64f0c640ac8d2355b85eb.zip |
Port to standard shared libvncserver and delete old buggy libvncserver library sources
Note that this DOES NOT WORK as some TDE-specific changes to libvncserver will be required
The commit is a "clean slate" for the TDE-specific changes to follow
Diffstat (limited to 'krfb/CMakeLists.txt')
-rw-r--r-- | krfb/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/krfb/CMakeLists.txt b/krfb/CMakeLists.txt index 962559bc..9be3dcc1 100644 --- a/krfb/CMakeLists.txt +++ b/krfb/CMakeLists.txt @@ -13,7 +13,6 @@ include( ConfigureChecks.cmake ) add_subdirectory( srvloc ) add_subdirectory( kinetd ) -add_subdirectory( libvncserver ) add_subdirectory( krfb ) add_subdirectory( kcm_krfb ) add_subdirectory( krfb_httpd ) |