aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/libvncserver/libvncserver/0001-remove-webclients-build.patch
blob: 8f4365c4bcc3f812082f28585ed5fea5a3b16dce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
diff --git a/Makefile.am b/Makefile.am
index 5c2a94d..f98038a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
 ACLOCAL_AMFLAGS = -I m4
 
-SUBDIRS=libvncserver examples libvncclient webclients client_examples test
-DIST_SUBDIRS=libvncserver examples libvncclient webclients client_examples test
+SUBDIRS=libvncserver examples libvncclient client_examples test
+DIST_SUBDIRS=libvncserver examples libvncclient client_examples test
 EXTRA_DIST = CMakeLists.txt rfb/rfbint.h.cmake rfb/rfbconfig.h.cmake
 
 bin_SCRIPTS = libvncserver-config
diff --git a/configure.ac b/configure.ac
index ca9f3b3..9b464cf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -600,9 +600,6 @@ AC_CONFIG_FILES([Makefile
 	libvncserver/Makefile
 	examples/Makefile
 	examples/android/Makefile
-	webclients/Makefile
-	webclients/java-applet/Makefile
-	webclients/java-applet/ssl/Makefile
 	libvncclient/Makefile
 	client_examples/Makefile
 	test/Makefile