From b162389168108c831e9d92cbdae0a8167d802c05 Mon Sep 17 00:00:00 2001
From: David Maciejak <david.maciejak@gmail.com>
Date: Wed, 12 Feb 2014 21:20:52 +0800
Subject: [PATCH] Removed refs to connect and server examples

---
 WINGs/Examples/Makefile.am |   10 +---------
 WINGs/Examples/README      |    9 +--------
 2 files changed, 2 insertions(+), 17 deletions(-)

diff --git a/WINGs/Examples/Makefile.am b/WINGs/Examples/Makefile.am
index 98836c0..4ddaaf2 100644
--- a/WINGs/Examples/Makefile.am
+++ b/WINGs/Examples/Makefile.am
@@ -3,7 +3,7 @@
 AUTOMAKE_OPTIONS =
 
 
-noinst_PROGRAMS = connect server fontl puzzle colorpick
+noinst_PROGRAMS = fontl puzzle colorpick
 
 
 LDADD= $(top_builddir)/WINGs/libWINGs.la $(top_builddir)/wrlib/libwraster.la \
@@ -16,14 +16,6 @@ fontl_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.la
 
 puzzle_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.la
 
-connect_DEPENDENCIES = $(top_builddir)/WINGs/libWUtil.la
-
-connect_LDADD = $(top_builddir)/WINGs/libWUtil.la @LIBRARY_SEARCH_PATH@ @INTLIBS@
-
-server_DEPENDENCIES = $(top_builddir)/WINGs/libWUtil.la
-
-server_LDADD = $(top_builddir)/WINGs/libWUtil.la @LIBRARY_SEARCH_PATH@ @INTLIBS@
-
 
 AM_CPPFLAGS = -I$(top_srcdir)/WINGs -I$(top_srcdir)/wrlib -I$(top_srcdir)/src \
 	-DRESOURCE_PATH=\"$(datadir)/WINGs\" @HEADER_SEARCH_PATH@
diff --git a/WINGs/Examples/README b/WINGs/Examples/README
index ab8aa3f..fead3db 100644
--- a/WINGs/Examples/README
+++ b/WINGs/Examples/README
@@ -3,14 +3,7 @@
 Files:
 -----
 
-server		- server example of using WMConnection. It keeps a database of
-		  timeouts for a group of users, allowing one to add/remove
-		  users and update the timeouts associated with them.
-
-connect		- client example of using WMConnection. Works with the server
-		  program above. Just start both without any parameter and
-		  type help in the client to find out how to operate them.
-		  Rest is self explanatory.
+colorpick	- a color picker
 
 puzzle		- a nice zuPzel =)
 
-- 
1.7.10.4

