[packages] libvncserver: fix autoreconf
[openwrt/svn-archive/archive.git] / libs / libvncserver / patches / 100-noexamples.patch
index 6e3cbb2f72b3ec55ac5cd1562cee827684904c1e..dc7d933c4627c57ec1dcf3ddbd9b414f848d5dfa 100644 (file)
@@ -1,6 +1,6 @@
---- LibVNCServer-0.9.7/Makefile.in.orig        2009-01-12 03:53:15.000000000 +0100
-+++ LibVNCServer-0.9.7/Makefile.in     2009-05-02 00:23:00.000000000 +0200
-@@ -228,8 +228,8 @@
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -228,8 +228,8 @@ sysconfdir = @sysconfdir@
  target_alias = @target_alias@
  with_ffmpeg = @with_ffmpeg@
  @WITH_X11VNC_TRUE@X11VNC = x11vnc
  bin_SCRIPTS = libvncserver-config
  #include_HEADERS=rfb.h rfbconfig.h rfbint.h rfbproto.h keysym.h rfbregion.h
  include_HEADERS = rfb/rfb.h rfb/rfbconfig.h rfb/rfbint.h rfb/rfbproto.h \
+--- a/configure.ac
++++ b/configure.ac
+@@ -748,14 +748,6 @@ AC_SUBST(RPMSOURCEDIR)
+ AC_CONFIG_FILES([Makefile
+       libvncserver/Makefile
+-      contrib/Makefile
+-      examples/Makefile
+-      vncterm/Makefile
+-      classes/Makefile
+-      classes/ssl/Makefile
+-      libvncclient/Makefile
+-      client_examples/Makefile
+-      test/Makefile
+       libvncserver-config
+       LibVNCServer.spec])
+ #
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -4,8 +4,8 @@ if WITH_X11VNC
+ X11VNC=x11vnc
+ endif
+-SUBDIRS=libvncserver examples contrib libvncclient vncterm classes client_examples test $(X11VNC)
+-DIST_SUBDIRS=libvncserver examples contrib libvncclient vncterm classes client_examples test
++SUBDIRS=libvncserver
++DIST_SUBDIRS=libvncserver
+ bin_SCRIPTS = libvncserver-config