1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-05 07:45:50 +01:00

Remove network support from WINGs

- nobody used it

Amend network stuff removal

still more wings network removals

[crmafra: squashed together three patches]
This commit is contained in:
Tamas TEVESZ
2010-03-24 01:51:07 +01:00
committed by Carlos R. Mafra
parent 55959b4f7e
commit 1f2b9999b9
10 changed files with 5 additions and 2308 deletions

View File

@@ -18,13 +18,11 @@ puzzle_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.la
connect_DEPENDENCIES = $(top_builddir)/WINGs/libWUtil.la
connect_LDADD = $(top_builddir)/WINGs/libWUtil.la @LIBRARY_SEARCH_PATH@ \
@NETLIBS@ @INTLIBS@
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@ \
@NETLIBS@ @INTLIBS@
server_LDADD = $(top_builddir)/WINGs/libWUtil.la @LIBRARY_SEARCH_PATH@ @INTLIBS@
INCLUDES = -I$(top_srcdir)/WINGs -I$(top_srcdir)/wrlib -I$(top_srcdir)/src \