mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-04 21:04:18 +01:00
WINGs/Examples: Removed refs to connect and server examples
This commit is contained in:
committed by
Carlos R. Mafra
parent
288943c813
commit
2c5dbae444
@@ -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@
|
||||
|
||||
@@ -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 =)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user