diff options
author | Christian Beier <dontmind@freeshell.org> | 2014-09-09 11:23:41 +0200 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2014-09-09 11:23:41 +0200 |
commit | d999a8eae39a520f747182bfc4e4f88f13b764ba (patch) | |
tree | 25a9c9b29eda02715d03b91b30d01b1d83bff02a /Makefile.am | |
parent | 7960c6871dd21036d7fe7d9b9ccb6774177d658c (diff) | |
download | libtdevnc-d999a8eae39a520f747182bfc4e4f88f13b764ba.tar.gz libtdevnc-d999a8eae39a520f747182bfc4e4f88f13b764ba.zip |
Move vncterm to https://github.com/LibVNC/vncterm.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 2a749f2..6a02360 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ -SUBDIRS=libvncserver examples libvncclient vncterm webclients client_examples test -DIST_SUBDIRS=libvncserver examples libvncclient vncterm webclients client_examples test +SUBDIRS=libvncserver examples libvncclient webclients client_examples test +DIST_SUBDIRS=libvncserver examples libvncclient webclients client_examples test EXTRA_DIST = CMakeLists.txt rfb/rfbint.h.cmake rfb/rfbconfig.h.cmake bin_SCRIPTS = libvncserver-config |