diff options
author | Christian Beier <dontmind@freeshell.org> | 2014-09-03 21:09:53 +0200 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2014-09-03 21:09:53 +0200 |
commit | 0f25ea732441f4d0468065f85e34f14514ed2376 (patch) | |
tree | accfcd75410a257e0e7f3816d4c8c7798155c390 /Makefile.am | |
parent | 7dfd4f3b0435fc91410b4ae634c057472bf85f6b (diff) | |
download | libtdevnc-0f25ea732441f4d0468065f85e34f14514ed2376.tar.gz libtdevnc-0f25ea732441f4d0468065f85e34f14514ed2376.zip |
Remove x11vnc from autotools build system.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index e244fe8..2a749f2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,5 @@ -if WITH_X11VNC -X11VNC=x11vnc -endif -SUBDIRS=libvncserver examples libvncclient vncterm webclients client_examples test $(X11VNC) +SUBDIRS=libvncserver examples libvncclient vncterm webclients client_examples test DIST_SUBDIRS=libvncserver examples libvncclient vncterm webclients client_examples test EXTRA_DIST = CMakeLists.txt rfb/rfbint.h.cmake rfb/rfbconfig.h.cmake |