1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-28 09:22:27 +01:00

Added an example of how to create a network client using WMConnection

This commit is contained in:
dan
1999-12-14 01:45:16 +00:00
parent c952eb84ae
commit e5a7a883eb
4 changed files with 229 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ lib_LIBRARIES = libWINGs.a libWUtil.a
include_HEADERS = WINGs.h WUtil.h WINGsP.h
noinst_PROGRAMS = wtest wmquery wmfile fontl testmywidget testcolorpanel
noinst_PROGRAMS = wtest wmquery wmfile fontl testmywidget testcolorpanel connect
testmywidget_SOURCES = testmywidget.c mywidget.c mywidget.h
@@ -42,11 +42,14 @@ testcolorpanel_SOURCES = testcolorpanel.c
testcolorpanel_LDADD = libWINGs.a $(LIBLIST)
wmquery_SOURCES = wmquery.c
wmquery_LDADD = libWINGs.a $(LIBLIST)
connect_SOURCES = connect.c
connect_LDADD = libWUtil.a @X_EXTRA_LIBS@ @LIBPL@
EXTRA_DIST = logo.xpm BUGS