aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/Makefile.am
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2010-07-21 09:23:25 +0000
committerAdam Tkac <atkac@redhat.com>2010-07-21 09:23:25 +0000
commit0e61c34932211b0f230f3a04000e81feb1382604 (patch)
tree6114a7e544eefffad7dc686f4b90360d5e1c9eb5 /common/rfb/Makefile.am
parent21b61a5c03d3f4ac72965e3ca28c710e2f54b35d (diff)
downloadtigervnc-0e61c34932211b0f230f3a04000e81feb1382604.tar.gz
tigervnc-0e61c34932211b0f230f3a04000e81feb1382604.zip
[Development] Merge CSecurityTLS and CSecurityX509 classes into CSecurityTLSBase class.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4109 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/rfb/Makefile.am')
-rw-r--r--common/rfb/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/common/rfb/Makefile.am b/common/rfb/Makefile.am
index 68b83b87..b8ddca45 100644
--- a/common/rfb/Makefile.am
+++ b/common/rfb/Makefile.am
@@ -1,10 +1,8 @@
noinst_LTLIBRARIES = librfb.la
-VENCRYPT_HDRS = CSecurityTLS.h CSecurityTLSBase.h CSecurityX509.h \
- SSecurityTLS.h
+VENCRYPT_HDRS = CSecurityTLSBase.h SSecurityTLS.h
-VENCRYPT_SRCS = CSecurityTLS.cxx CSecurityTLSBase.cxx CSecurityX509.cxx \
- SSecurityTLS.cxx
+VENCRYPT_SRCS = CSecurityTLSBase.cxx SSecurityTLS.cxx
HDRS = Blacklist.h CapsContainer.h CapsList.h CConnection.h \
CMsgHandler.h CMsgReader.h CMsgReaderV3.h CMsgWriter.h \